#FCD8C2

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

Shades of Karry #FCD8C2

Tints of Karry #FCD8C2

Color information

#FCD8C2 (or 0xFCD8C2) is unknown color: approx Karry. HEX triplet: FC, D8 and C2. RGB value is (252,216,194). Sum of RGB (Red+Green+Blue) = 252+216+194=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C2 is #03273D. Grayscale: #E0E0E0. Windows color (decimal): -206654 or 12769532. OLE color: 12769532.

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

Color convert

RGB252216194-
CMYK00.140.230.01
HSL22.76º90.62%87.45%-
HSV(B)22.76º23.02%98.82%-
XYZ74.4473.761.34-
YUV224.26110.93147.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 194 (76.17% from 255) = 29.31%
R=38.07%
G=32.63%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221619400.140.230.0122.7690.6287.45
HexFCD8C20E171175b57
Octal37433030201627127133127
Binary111111001101100011000010011101011111011110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8C2; }

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

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

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

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

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

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

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

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