Color Hex Logo

#fff0cb Color Hex

#FFF0CB
(255,240,203)
0 Favorites   0 Comments

Color spaces of #fff0cb

RGB 255240203
HSL0.121.000.90
HSV43°20°100°
CMYK 0.000.060.20   0.00
XYZ83.179687.892069.0807
Yxy87.89200.34640.3660
Hunter Lab93.7507-5.691121.9374
CIE-Lab95.1154-0.687319.7233

#fff0cb color RGB value is (255,240,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 11001011
Octal 377 360 313
Decimal 255 240 203
Hex FF F0 CB

RGB Percentages of Color #fff0cb

%36.53
%34.38
%29.08

CMYK Percentages of Color #fff0cb

%0
%6
%20
%0

Triadic Colors of #fff0cb

#fff0cb #cbfff0 #f0cbff

Analogous Colors of #fff0cb

#fff0cb #f4ffcb #ffd6cb

Monochromatic Colors of #fff0cb

#fff0cb

Complementary Color

#fff0cb #cbdaff

#fff0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff0cb Color CSS Codes

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

#fff0cb Text Font Color

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

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


#fff0cb Background Color

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

This div background color is #fff0cb


#fff0cb Border Color

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

This div border color is #fff0cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,240,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 #fff0cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff0cb


Comments

No comments written yet.

Please login to write comment.