Shades of Karry #FCE0CE
Tints of Karry #FCE0CE
RGB
CMYK
RGB Variations
Color information
#FCE0CE (or 0xFCE0CE) is known color: Karry. HEX triplet: FC, E0 and CE. RGB value is (252,224,206). Sum of RGB (Red+Green+Blue) = 252+224+206=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CE is #031F31. Grayscale: #E6E6E6. Windows color (decimal): -204594 or 13558012. OLE color: 13558012.
HSL color Cylindrical-coordinate representation of color #FCE0CE: hue angle of 23.48º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCE0CE is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 206 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.01 |
| HSL | 23.48º | 0.88% | 0.9% | - |
| HSV(B) | 23.48º | 0.18% | 0.99% | - |
| XYZ | 77.94 | 78.46 | 69.43 | - |
| YUV | 230.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 206 | 0 | 0.11 | 0.18 | 0.01 | 23.48 | 0.88 | 0.9 |
| Hex | FC | E0 | CE | 0 | B | 12 | 1 | 17 | 58 | 5A |
| Octal | 374 | 340 | 316 | 0 | 13 | 22 | 1 | 27 | 130 | 132 |
| Binary | 11111100 | 11100000 | 11001110 | 0 | 1011 | 10010 | 1 | 10111 | 1011000 | 1011010 |
Color Harmonies of #FCE0CE
Complementary color
Monochromatic Colors of #FCE0CE
Black with #FCE0CE
Text Example
Text Example
White with #FCE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0CE; }
p { color: rgb(252,224,206); }
H1.HeaderClassName
{
color: #FCE0CE;
}
.AnyTagClassName
{
color: #FCE0CE;
}
</style>
background-color css
<style>
a { background-color: #FCE0CE; }
a { background-color: rgb(252,224,206); }
div.DivClassName
{
background-color: #FCE0CE;
}
.BgClassName
{
background-color: #FCE0CE;
}
</style>
border-color css
<style>
span { border-color: #FCE0CE; }
span { border-color: rgb(252,224,206); }
td.TdClassName
{
border-color: #FCE0CE;
}
.TagClassName
{
border-color: #FCE0CE;
}
</style>