#FCDEC6

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

Shades of Karry #FCDEC6

Tints of Karry #FCDEC6

Color information

#FCDEC6 (or 0xFCDEC6) is unknown color: approx Karry. HEX triplet: FC, DE and C6. RGB value is (252,222,198). Sum of RGB (Red+Green+Blue) = 252+222+198=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEC6 is #032139. Grayscale: #E4E4E4. Windows color (decimal): -205114 or 13033212. OLE color: 13033212.

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

Color convert

RGB252222198-
CMYK00.120.210.01
HSL26.67º90%88.24%-
HSV(B)26.67º21.43%98.82%-
XYZ76.4677.0264.26-
YUV228.23110.94144.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 198 (77.73% from 255) = 29.46%
R=37.5%
G=33.04%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222219800.120.210.0126.679088.24
HexFCDEC60C1511b5a58
Octal37433630601425133132130
Binary111111001101111011000110011001010111101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEC6; }

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

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

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

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

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

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

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

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