Shades of Karry #FCE0C8
Tints of Karry #FCE0C8
RGB
CMYK
RGB Variations
Color information
#FCE0C8 (or 0xFCE0C8) is known color: Karry. HEX triplet: FC, E0 and C8. RGB value is (252,224,200). Sum of RGB (Red+Green+Blue) = 252+224+200=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0C8 is #031F37. Grayscale: #E5E5E5. Windows color (decimal): -204600 or 13164796. OLE color: 13164796.
HSL color Cylindrical-coordinate representation of color #FCE0C8: hue angle of 27.69º 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 #FCE0C8 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 200 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.01 |
| HSL | 27.69º | 0.9% | 0.89% | - |
| HSV(B) | 27.69º | 0.21% | 0.99% | - |
| XYZ | 77.23 | 78.18 | 65.66 | - |
| YUV | 229.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 200 | 0 | 0.11 | 0.21 | 0.01 | 27.69 | 0.9 | 0.89 |
| Hex | FC | E0 | C8 | 0 | B | 15 | 1 | 1C | 5A | 59 |
| Octal | 374 | 340 | 310 | 0 | 13 | 25 | 1 | 34 | 132 | 131 |
| Binary | 11111100 | 11100000 | 11001000 | 0 | 1011 | 10101 | 1 | 11100 | 1011010 | 1011001 |
Color Harmonies of #FCE0C8
Complementary color
Monochromatic Colors of #FCE0C8
Black with #FCE0C8
Text Example
Text Example
White with #FCE0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0C8; }
p { color: rgb(252,224,200); }
H1.HeaderClassName
{
color: #FCE0C8;
}
.AnyTagClassName
{
color: #FCE0C8;
}
</style>
background-color css
<style>
a { background-color: #FCE0C8; }
a { background-color: rgb(252,224,200); }
div.DivClassName
{
background-color: #FCE0C8;
}
.BgClassName
{
background-color: #FCE0C8;
}
</style>
border-color css
<style>
span { border-color: #FCE0C8; }
span { border-color: rgb(252,224,200); }
td.TdClassName
{
border-color: #FCE0C8;
}
.TagClassName
{
border-color: #FCE0C8;
}
</style>