Shades of Karry #FCDCC2
Tints of Karry #FCDCC2
RGB
CMYK
RGB Variations
Color information
#FCDCC2 (or 0xFCDCC2) is known color: Karry. HEX triplet: FC, DC and C2. RGB value is (252,220,194). Sum of RGB (Red+Green+Blue) = 252+220+194=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC2 is #03233D. Grayscale: #E2E2E2. Windows color (decimal): -205630 or 12770556. OLE color: 12770556.
HSL color Cylindrical-coordinate representation of color #FCDCC2: hue angle of 26.9º 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 #FCDCC2 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 194 | - |
CMYK | 0 | 0.13 | 0.23 | 0.01 |
HSL | 26.9º | 0.91% | 0.87% | - |
HSV(B) | 26.9º | 0.23% | 0.99% | - |
XYZ | 75.48 | 75.78 | 61.69 | - |
YUV | 226.6 | 109.6 | 146.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 194 | 0 | 0.13 | 0.23 | 0.01 | 26.9 | 0.91 | 0.87 |
Hex | FC | DC | C2 | 0 | D | 17 | 1 | 1B | 5B | 57 |
Octal | 374 | 334 | 302 | 0 | 15 | 27 | 1 | 33 | 133 | 127 |
Binary | 11111100 | 11011100 | 11000010 | 0 | 1101 | 10111 | 1 | 11011 | 1011011 | 1010111 |
Color Harmonies of #FCDCC2
Complementary color
Monochromatic Colors of #FCDCC2
Black with #FCDCC2
Text Example
Text Example
White with #FCDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCC2; }
p { color: rgb(252,220,194); }
H1.HeaderClassName
{
color: #FCDCC2;
}
.AnyTagClassName
{
color: #FCDCC2;
}
</style>
background-color css
<style>
a { background-color: #FCDCC2; }
a { background-color: rgb(252,220,194); }
div.DivClassName
{
background-color: #FCDCC2;
}
.BgClassName
{
background-color: #FCDCC2;
}
</style>
border-color css
<style>
span { border-color: #FCDCC2; }
span { border-color: rgb(252,220,194); }
td.TdClassName
{
border-color: #FCDCC2;
}
.TagClassName
{
border-color: #FCDCC2;
}
</style>