Shades of Karry #FCDECB
Tints of Karry #FCDECB
RGB
CMYK
RGB Variations
Color information
#FCDECB (or 0xFCDECB) is known color: Karry. HEX triplet: FC, DE and CB. RGB value is (252,222,203). Sum of RGB (Red+Green+Blue) = 252+222+203=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDECB is #032134. Grayscale: #E4E4E4. Windows color (decimal): -205109 or 13360892. OLE color: 13360892.
HSL color Cylindrical-coordinate representation of color #FCDECB: hue angle of 23.27º 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 #FCDECB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 203 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.01 |
| HSL | 23.27º | 0.89% | 0.89% | - |
| HSV(B) | 23.27º | 0.19% | 0.99% | - |
| XYZ | 77.05 | 77.25 | 67.35 | - |
| YUV | 228.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 203 | 0 | 0.12 | 0.19 | 0.01 | 23.27 | 0.89 | 0.89 |
| Hex | FC | DE | CB | 0 | C | 13 | 1 | 17 | 59 | 59 |
| Octal | 374 | 336 | 313 | 0 | 14 | 23 | 1 | 27 | 131 | 131 |
| Binary | 11111100 | 11011110 | 11001011 | 0 | 1100 | 10011 | 1 | 10111 | 1011001 | 1011001 |
Color Harmonies of #FCDECB
Complementary color
Monochromatic Colors of #FCDECB
Black with #FCDECB
Text Example
Text Example
White with #FCDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDECB; }
p { color: rgb(252,222,203); }
H1.HeaderClassName
{
color: #FCDECB;
}
.AnyTagClassName
{
color: #FCDECB;
}
</style>
background-color css
<style>
a { background-color: #FCDECB; }
a { background-color: rgb(252,222,203); }
div.DivClassName
{
background-color: #FCDECB;
}
.BgClassName
{
background-color: #FCDECB;
}
</style>
border-color css
<style>
span { border-color: #FCDECB; }
span { border-color: rgb(252,222,203); }
td.TdClassName
{
border-color: #FCDECB;
}
.TagClassName
{
border-color: #FCDECB;
}
</style>