#FCDEC9

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

Shades of Karry #FCDEC9

Tints of Karry #FCDEC9

Color information

#FCDEC9 (or 0xFCDEC9) is unknown color: approx Karry. HEX triplet: FC, DE and C9. RGB value is (252,222,201). Sum of RGB (Red+Green+Blue) = 252+222+201=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEC9 is #032136. Grayscale: #E4E4E4. Windows color (decimal): -205111 or 13229820. OLE color: 13229820.

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

Color convert

RGB252222201-
CMYK00.120.200.01
HSL24.71º89.47%88.82%-
HSV(B)24.71º20.24%98.82%-
XYZ76.8177.1666.1-
YUV228.58112.44144.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 201 (78.91% from 255) = 29.78%
R=37.33%
G=32.89%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222220100.120.200.0124.7189.4788.82
HexFCDEC90C141195959
Octal37433631101424131131131
Binary111111001101111011001001011001010011100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEC9; }

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

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

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

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

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

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

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

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