Shades of Karry #FCE0CB
Tints of Karry #FCE0CB
RGB
CMYK
RGB Variations
Color information
#FCE0CB (or 0xFCE0CB) is known color: Karry. HEX triplet: FC, E0 and CB. RGB value is (252,224,203). Sum of RGB (Red+Green+Blue) = 252+224+203=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CB is #031F34. Grayscale: #E6E6E6. Windows color (decimal): -204597 or 13361404. OLE color: 13361404.
HSL color Cylindrical-coordinate representation of color #FCE0CB: hue angle of 25.71º 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 #FCE0CB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 203 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.01 |
| HSL | 25.71º | 0.89% | 0.89% | - |
| HSV(B) | 25.71º | 0.19% | 0.99% | - |
| XYZ | 77.58 | 78.32 | 67.53 | - |
| YUV | 229.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 203 | 0 | 0.11 | 0.19 | 0.01 | 25.71 | 0.89 | 0.89 |
| Hex | FC | E0 | CB | 0 | B | 13 | 1 | 1A | 59 | 59 |
| Octal | 374 | 340 | 313 | 0 | 13 | 23 | 1 | 32 | 131 | 131 |
| Binary | 11111100 | 11100000 | 11001011 | 0 | 1011 | 10011 | 1 | 11010 | 1011001 | 1011001 |
Color Harmonies of #FCE0CB
Complementary color
Monochromatic Colors of #FCE0CB
Black with #FCE0CB
Text Example
Text Example
White with #FCE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0CB; }
p { color: rgb(252,224,203); }
H1.HeaderClassName
{
color: #FCE0CB;
}
.AnyTagClassName
{
color: #FCE0CB;
}
</style>
background-color css
<style>
a { background-color: #FCE0CB; }
a { background-color: rgb(252,224,203); }
div.DivClassName
{
background-color: #FCE0CB;
}
.BgClassName
{
background-color: #FCE0CB;
}
</style>
border-color css
<style>
span { border-color: #FCE0CB; }
span { border-color: rgb(252,224,203); }
td.TdClassName
{
border-color: #FCE0CB;
}
.TagClassName
{
border-color: #FCE0CB;
}
</style>