Shades of Karry #FCE1CB
Tints of Karry #FCE1CB
RGB
CMYK
RGB Variations
Color information
#FCE1CB (or 0xFCE1CB) is known color: Karry. HEX triplet: FC, E1 and CB. RGB value is (252,225,203). Sum of RGB (Red+Green+Blue) = 252+225+203=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1CB is #031E34. Grayscale: #E6E6E6. Windows color (decimal): -204341 or 13361660. OLE color: 13361660.
HSL color Cylindrical-coordinate representation of color #FCE1CB: hue angle of 26.94º 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 #FCE1CB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 203 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.01 |
| HSL | 26.94º | 0.89% | 0.89% | - |
| HSV(B) | 26.94º | 0.19% | 0.99% | - |
| XYZ | 77.85 | 78.86 | 67.62 | - |
| YUV | 230.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 203 | 0 | 0.11 | 0.19 | 0.01 | 26.94 | 0.89 | 0.89 |
| Hex | FC | E1 | CB | 0 | B | 13 | 1 | 1B | 59 | 59 |
| Octal | 374 | 341 | 313 | 0 | 13 | 23 | 1 | 33 | 131 | 131 |
| Binary | 11111100 | 11100001 | 11001011 | 0 | 1011 | 10011 | 1 | 11011 | 1011001 | 1011001 |
Color Harmonies of #FCE1CB
Complementary color
Monochromatic Colors of #FCE1CB
Black with #FCE1CB
Text Example
Text Example
White with #FCE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1CB; }
p { color: rgb(252,225,203); }
H1.HeaderClassName
{
color: #FCE1CB;
}
.AnyTagClassName
{
color: #FCE1CB;
}
</style>
background-color css
<style>
a { background-color: #FCE1CB; }
a { background-color: rgb(252,225,203); }
div.DivClassName
{
background-color: #FCE1CB;
}
.BgClassName
{
background-color: #FCE1CB;
}
</style>
border-color css
<style>
span { border-color: #FCE1CB; }
span { border-color: rgb(252,225,203); }
td.TdClassName
{
border-color: #FCE1CB;
}
.TagClassName
{
border-color: #FCE1CB;
}
</style>