Shades of Karry #FCE1CC
Tints of Karry #FCE1CC
RGB
CMYK
RGB Variations
Color information
#FCE1CC (or 0xFCE1CC) is known color: Karry. HEX triplet: FC, E1 and CC. RGB value is (252,225,204). Sum of RGB (Red+Green+Blue) = 252+225+204=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1CC is #031E33. Grayscale: #E6E6E6. Windows color (decimal): -204340 or 13427196. OLE color: 13427196.
HSL color Cylindrical-coordinate representation of color #FCE1CC: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE1CC is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 204 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.01 |
| HSL | 26.25º | 0.89% | 0.89% | - |
| HSV(B) | 26.25º | 0.19% | 0.99% | - |
| XYZ | 77.97 | 78.91 | 68.25 | - |
| YUV | 230.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 204 | 0 | 0.11 | 0.19 | 0.01 | 26.25 | 0.89 | 0.89 |
| Hex | FC | E1 | CC | 0 | B | 13 | 1 | 1A | 59 | 59 |
| Octal | 374 | 341 | 314 | 0 | 13 | 23 | 1 | 32 | 131 | 131 |
| Binary | 11111100 | 11100001 | 11001100 | 0 | 1011 | 10011 | 1 | 11010 | 1011001 | 1011001 |
Color Harmonies of #FCE1CC
Complementary color
Monochromatic Colors of #FCE1CC
Black with #FCE1CC
Text Example
Text Example
White with #FCE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1CC; }
p { color: rgb(252,225,204); }
H1.HeaderClassName
{
color: #FCE1CC;
}
.AnyTagClassName
{
color: #FCE1CC;
}
</style>
background-color css
<style>
a { background-color: #FCE1CC; }
a { background-color: rgb(252,225,204); }
div.DivClassName
{
background-color: #FCE1CC;
}
.BgClassName
{
background-color: #FCE1CC;
}
</style>
border-color css
<style>
span { border-color: #FCE1CC; }
span { border-color: rgb(252,225,204); }
td.TdClassName
{
border-color: #FCE1CC;
}
.TagClassName
{
border-color: #FCE1CC;
}
</style>