#FCE1CB

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

Shades of Karry #FCE1CB

Tints of Karry #FCE1CB

Color information

#FCE1CB (or 0xFCE1CB) is unknown color: approx Karry. HEX triplet: FC, E1 and CB. RGB value is (252,225,203). Sum of RGB (Red+Green+Blue) = 252+225+203=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1CB is #031E34. Grayscale: #E6E6E6. Windows color (decimal): -204341 or 13361660. OLE color: 13361660.

HSL color Cylindrical-coordinate representation of color #FCE1CB: hue angle of 26.94º 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 #FCE1CB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252225203-
CMYK00.110.190.01
HSL26.94º89.09%89.22%-
HSV(B)26.94º19.44%98.82%-
XYZ77.8578.8667.62-
YUV230.56112.45143.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=37.06%
G=33.09%
B=29.85%

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
Decimal25222520300.110.190.0126.9489.0989.22
HexFCE1CB0B1311b5959
Octal37434131301323133131131
Binary111111001110000111001011010111001111101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1CB; }

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

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

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

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

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

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

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

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