#FCDAC3

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

Shades of Karry #FCDAC3

Tints of Karry #FCDAC3

Color information

#FCDAC3 (or 0xFCDAC3) is unknown color: approx Karry. HEX triplet: FC, DA and C3. RGB value is (252,218,195). Sum of RGB (Red+Green+Blue) = 252+218+195=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 195 (76.56% from 255 or 29.32% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC3 is #03253C. Grayscale: #E1E1E1. Windows color (decimal): -206141 or 12835580. OLE color: 12835580.

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

Color convert

RGB252218195-
CMYK00.130.230.01
HSL24.21º90.48%87.65%-
HSV(B)24.21º22.62%98.82%-
XYZ75.0774.7862.11-
YUV225.54110.76146.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 195 (76.56% from 255) = 29.32%
R=37.89%
G=32.78%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221819500.130.230.0124.2190.4887.65
HexFCDAC30D171185a58
Octal37433230301527130132130
Binary111111001101101011000011011011011111100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAC3; }

 p { color: rgb(252,218,195); }

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

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

 a { background-color: rgb(252,218,195); }

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

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

 span { border-color: rgb(252,218,195); }

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