Shades of Karry #FCE0CC
Tints of Karry #FCE0CC
RGB
CMYK
RGB Variations
Color information
#FCE0CC (or 0xFCE0CC) is known color: Karry. HEX triplet: FC, E0 and CC. RGB value is (252,224,204). Sum of RGB (Red+Green+Blue) = 252+224+204=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CC is #031F33. Grayscale: #E6E6E6. Windows color (decimal): -204596 or 13426940. OLE color: 13426940.
HSL color Cylindrical-coordinate representation of color #FCE0CC: hue angle of 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 #FCE0CC is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 204 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.01 |
| HSL | 25º | 0.89% | 0.89% | - |
| HSV(B) | 25º | 0.19% | 0.99% | - |
| XYZ | 77.7 | 78.37 | 68.16 | - |
| YUV | 230.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 204 | 0 | 0.11 | 0.19 | 0.01 | 25 | 0.89 | 0.89 |
| Hex | FC | E0 | CC | 0 | B | 13 | 1 | 19 | 59 | 59 |
| Octal | 374 | 340 | 314 | 0 | 13 | 23 | 1 | 31 | 131 | 131 |
| Binary | 11111100 | 11100000 | 11001100 | 0 | 1011 | 10011 | 1 | 11001 | 1011001 | 1011001 |
Color Harmonies of #FCE0CC
Complementary color
Monochromatic Colors of #FCE0CC
Black with #FCE0CC
Text Example
Text Example
White with #FCE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0CC; }
p { color: rgb(252,224,204); }
H1.HeaderClassName
{
color: #FCE0CC;
}
.AnyTagClassName
{
color: #FCE0CC;
}
</style>
background-color css
<style>
a { background-color: #FCE0CC; }
a { background-color: rgb(252,224,204); }
div.DivClassName
{
background-color: #FCE0CC;
}
.BgClassName
{
background-color: #FCE0CC;
}
</style>
border-color css
<style>
span { border-color: #FCE0CC; }
span { border-color: rgb(252,224,204); }
td.TdClassName
{
border-color: #FCE0CC;
}
.TagClassName
{
border-color: #FCE0CC;
}
</style>