Color Hex Logo

#fffccb Color Hex

#FFFCCB
(255,252,203)
0 Favorites   0 Comments

Color spaces of #fffccb

RGB 255252203
HSL0.161.000.90
HSV57°20°100°
CMYK 0.000.010.20   0.00
XYZ86.829995.192670.2975
Yxy95.19260.34410.3773
Hunter Lab97.5667-11.884925.5778
CIE-Lab98.1105-6.701023.8841

#fffccb color RGB value is (255,252,203).

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

The process color (four color CMYK) of #fffccb color hex is 0.00, 0.01, 0.20, 0.00. Web safe color of #fffccb is #ffffcc. Color #fffccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11001011
Octal 377 374 313
Decimal 255 252 203
Hex FF FC CB

RGB Percentages of Color #fffccb

%35.92
%35.49
%28.59

CMYK Percentages of Color #fffccb

%0
%1
%20
%0

Triadic Colors of #fffccb

#fffccb #cbfffc #fccbff

Analogous Colors of #fffccb

#fffccb #e8ffcb #ffe2cb

Monochromatic Colors of #fffccb

#fffccb

Complementary Color

#fffccb #cbceff

#fffccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffccb Color CSS Codes

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

#fffccb Text Font Color

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

This sample text font color is #fffccb
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.


#fffccb Background Color

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

This div background color is #fffccb


#fffccb Border Color

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

This div border color is #fffccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffccb

Related Colors


Comments

No comments written yet.

Please login to write comment.