Shades of Karry #FCE0CA
Tints of Karry #FCE0CA
RGB
CMYK
RGB Variations
Color information
#FCE0CA (or 0xFCE0CA) is known color: Karry. HEX triplet: FC, E0 and CA. RGB value is (252,224,202). Sum of RGB (Red+Green+Blue) = 252+224+202=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CA is #031F35. Grayscale: #E5E5E5. Windows color (decimal): -204598 or 13295868. OLE color: 13295868.
HSL color Cylindrical-coordinate representation of color #FCE0CA: hue angle of 26.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE0CA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 202 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.01 |
| HSL | 26.4º | 0.89% | 0.89% | - |
| HSV(B) | 26.4º | 0.2% | 0.99% | - |
| XYZ | 77.46 | 78.27 | 66.9 | - |
| YUV | 229.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 202 | 0 | 0.11 | 0.20 | 0.01 | 26.4 | 0.89 | 0.89 |
| Hex | FC | E0 | CA | 0 | B | 14 | 1 | 1A | 59 | 59 |
| Octal | 374 | 340 | 312 | 0 | 13 | 24 | 1 | 32 | 131 | 131 |
| Binary | 11111100 | 11100000 | 11001010 | 0 | 1011 | 10100 | 1 | 11010 | 1011001 | 1011001 |
Color Harmonies of #FCE0CA
Complementary color
Monochromatic Colors of #FCE0CA
Black with #FCE0CA
Text Example
Text Example
White with #FCE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0CA; }
p { color: rgb(252,224,202); }
H1.HeaderClassName
{
color: #FCE0CA;
}
.AnyTagClassName
{
color: #FCE0CA;
}
</style>
background-color css
<style>
a { background-color: #FCE0CA; }
a { background-color: rgb(252,224,202); }
div.DivClassName
{
background-color: #FCE0CA;
}
.BgClassName
{
background-color: #FCE0CA;
}
</style>
border-color css
<style>
span { border-color: #FCE0CA; }
span { border-color: rgb(252,224,202); }
td.TdClassName
{
border-color: #FCE0CA;
}
.TagClassName
{
border-color: #FCE0CA;
}
</style>