Shades of Karry #FCE0CD
Tints of Karry #FCE0CD
RGB
CMYK
RGB Variations
Color information
#FCE0CD (or 0xFCE0CD) is known color: Karry. HEX triplet: FC, E0 and CD. RGB value is (252,224,205). Sum of RGB (Red+Green+Blue) = 252+224+205=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CD is #031F32. Grayscale: #E6E6E6. Windows color (decimal): -204595 or 13492476. OLE color: 13492476.
HSL color Cylindrical-coordinate representation of color #FCE0CD: hue angle of 24.26º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCE0CD is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 205 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.01 |
| HSL | 24.26º | 0.89% | 0.9% | - |
| HSV(B) | 24.26º | 0.19% | 0.99% | - |
| XYZ | 77.82 | 78.41 | 68.79 | - |
| YUV | 230.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 205 | 0 | 0.11 | 0.19 | 0.01 | 24.26 | 0.89 | 0.9 |
| Hex | FC | E0 | CD | 0 | B | 13 | 1 | 18 | 59 | 5A |
| Octal | 374 | 340 | 315 | 0 | 13 | 23 | 1 | 30 | 131 | 132 |
| Binary | 11111100 | 11100000 | 11001101 | 0 | 1011 | 10011 | 1 | 11000 | 1011001 | 1011010 |
Color Harmonies of #FCE0CD
Complementary color
Monochromatic Colors of #FCE0CD
Black with #FCE0CD
Text Example
Text Example
White with #FCE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0CD; }
p { color: rgb(252,224,205); }
H1.HeaderClassName
{
color: #FCE0CD;
}
.AnyTagClassName
{
color: #FCE0CD;
}
</style>
background-color css
<style>
a { background-color: #FCE0CD; }
a { background-color: rgb(252,224,205); }
div.DivClassName
{
background-color: #FCE0CD;
}
.BgClassName
{
background-color: #FCE0CD;
}
</style>
border-color css
<style>
span { border-color: #FCE0CD; }
span { border-color: rgb(252,224,205); }
td.TdClassName
{
border-color: #FCE0CD;
}
.TagClassName
{
border-color: #FCE0CD;
}
</style>