#FCDEC2

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

Shades of Karry #FCDEC2

Tints of Karry #FCDEC2

Color information

#FCDEC2 (or 0xFCDEC2) is unknown color: approx Karry. HEX triplet: FC, DE and C2. RGB value is (252,222,194). Sum of RGB (Red+Green+Blue) = 252+222+194=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEC2 is #03213D. Grayscale: #E3E3E3. Windows color (decimal): -205118 or 12771068. OLE color: 12771068.

HSL color Cylindrical-coordinate representation of color #FCDEC2: hue angle of 28.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCDEC2 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252222194-
CMYK00.120.230.01
HSL28.97º90.62%87.45%-
HSV(B)28.97º23.02%98.82%-
XYZ7676.8361.86-
YUV227.78108.94145.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 194 (76.17% from 255) = 29.04%
R=37.72%
G=33.23%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222219400.120.230.0128.9790.6287.45
HexFCDEC20C1711d5b57
Octal37433630201427135133127
Binary111111001101111011000010011001011111110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEC2; }

 p { color: rgb(252,222,194); }

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

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

 a { background-color: rgb(252,222,194); }

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

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

 span { border-color: rgb(252,222,194); }

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