#FCDCC8

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

Shades of Karry #FCDCC8

Tints of Karry #FCDCC8

Color information

#FCDCC8 (or 0xFCDCC8) is unknown color: approx Karry. HEX triplet: FC, DC and C8. RGB value is (252,220,200). Sum of RGB (Red+Green+Blue) = 252+220+200=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC8 is #032337. Grayscale: #E3E3E3. Windows color (decimal): -205624 or 13163772. OLE color: 13163772.

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

Color convert

RGB252220200-
CMYK00.130.210.01
HSL23.08º89.66%88.63%-
HSV(B)23.08º20.63%98.82%-
XYZ76.1676.0565.31-
YUV227.29112.6145.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 200 (78.52% from 255) = 29.76%
R=37.5%
G=32.74%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222020000.130.210.0123.0889.6688.63
HexFCDCC80D151175a59
Octal37433431001525127132131
Binary111111001101110011001000011011010111011110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCC8; }

 p { color: rgb(252,220,200); }

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

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

 a { background-color: rgb(252,220,200); }

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

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

 span { border-color: rgb(252,220,200); }

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