#FCE0CB

Color #FCE0CB Karry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karry #FCE0CB

Tints of Karry #FCE0CB

Color information

#FCE0CB (or 0xFCE0CB) is unknown color: approx Karry. HEX triplet: FC, E0 and CB. RGB value is (252,224,203). Sum of RGB (Red+Green+Blue) = 252+224+203=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CB is #031F34. Grayscale: #E6E6E6. Windows color (decimal): -204597 or 13361404. OLE color: 13361404.

HSL color Cylindrical-coordinate representation of color #FCE0CB: hue angle of 25.71º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE0CB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252224203-
CMYK00.110.190.01
HSL25.71º89.09%89.22%-
HSV(B)25.71º19.44%98.82%-
XYZ77.5878.3267.53-
YUV229.98112.78143.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 203 (79.69% from 255) = 29.90%
R=37.11%
G=32.99%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222420300.110.190.0125.7189.0989.22
HexFCE0CB0B1311a5959
Octal37434031301323132131131
Binary111111001110000011001011010111001111101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0CB; }

 p { color: rgb(252,224,203); }

 H1.HeaderClassName
 {
   color: #FCE0CB;
 }
 .AnyTagClassName
 {
   color: #FCE0CB;
 }
</style>
background-color css

<style>
 a { background-color: #FCE0CB; }

 a { background-color: rgb(252,224,203); }

 div.DivClassName
 {
   background-color: #FCE0CB;
 }
 .BgClassName
 {
   background-color: #FCE0CB;
 }
</style>
border-color css

<style>
 span { border-color: #FCE0CB; }

 span { border-color: rgb(252,224,203); }

 td.TdClassName
 {
   border-color: #FCE0CB;
 }
 .TagClassName
 {
   border-color: #FCE0CB;
 }
</style>