Color Hex Logo

#fffce6 Color Hex

#FFFCE6
(255,252,230)
2 Favorites   0 Comments

Color spaces of #fffce6

RGB 255252230
HSL0.151.000.95
HSV53°10°100°
CMYK 0.000.010.10   0.00
XYZ90.333396.594088.7463
Yxy96.59400.32770.3504
Hunter Lab98.2822-7.930815.2603
CIE-Lab98.6678-2.663710.8816

#fffce6 color RGB value is (255,252,230).

#fffce6 hex color red value is 255, green value is 252 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fffce6 hue: 0.15 , saturation: 1.00 and the lightness value of fffce6 is 0.95.

The process color (four color CMYK) of #fffce6 color hex is 0.00, 0.01, 0.10, 0.00. Web safe color of #fffce6 is #ffffff. Color #fffce6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11100110
Octal 377 374 346
Decimal 255 252 230
Hex FF FC E6

RGB Percentages of Color #fffce6

%34.60
%34.19
%31.21

CMYK Percentages of Color #fffce6

%0
%1
%10
%0

Triadic Colors of #fffce6

#fffce6 #e6fffc #fce6ff

Analogous Colors of #fffce6

#fffce6 #f6ffe6 #fff0e6

Monochromatic Colors of #fffce6

#fffce6

Complementary Color

#fffce6 #e6e9ff

#fffce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffce6 Color CSS Codes

.mybgcolor {background-color:#fffce6; } 
.myforecolor {color:#fffce6; }
.mybordercolor {border:3px solid #fffce6; }

#fffce6 Text Font Color

<p style="color:#fffce6">Text here</p>

This sample text font color is #fffce6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fffce6 Background Color

<div style="background-color:#fffce6">
Div content here</div>

This div background color is #fffce6


#fffce6 Border Color

<div style="border:3px solid #fffce6">
Div here</div>

This div border color is #fffce6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,252,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fffce6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fffce6;
  -webkit-box-shadow: 1px 1px 3px 2px #fffce6;
  box-shadow:         1px 1px 3px 2px #fffce6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,252,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fffce6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fffce6;
  -webkit-box-shadow: 1px 1px 3px 2px #fffce6;
  box-shadow:         1px 1px 3px 2px #fffce6;">
Div content here</div>

This div box has shadow with color #fffce6

Related Colors


Comments

No comments written yet.

Please login to write comment.