Shades of Karry #FCDFCC
Tints of Karry #FCDFCC
RGB
CMYK
RGB Variations
Color information
#FCDFCC (or 0xFCDFCC) is known color: Karry. HEX triplet: FC, DF and CC. RGB value is (252,223,204). Sum of RGB (Red+Green+Blue) = 252+223+204=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCC is #032033. Grayscale: #E5E5E5. Windows color (decimal): -204852 or 13426684. OLE color: 13426684.
HSL color Cylindrical-coordinate representation of color #FCDFCC: hue angle of 23.75º 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 #FCDFCC is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 204 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.01 |
| HSL | 23.75º | 0.89% | 0.89% | - |
| HSV(B) | 23.75º | 0.19% | 0.99% | - |
| XYZ | 77.43 | 77.83 | 68.07 | - |
| YUV | 229.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 204 | 0 | 0.12 | 0.19 | 0.01 | 23.75 | 0.89 | 0.89 |
| Hex | FC | DF | CC | 0 | C | 13 | 1 | 18 | 59 | 59 |
| Octal | 374 | 337 | 314 | 0 | 14 | 23 | 1 | 30 | 131 | 131 |
| Binary | 11111100 | 11011111 | 11001100 | 0 | 1100 | 10011 | 1 | 11000 | 1011001 | 1011001 |
Color Harmonies of #FCDFCC
Complementary color
Monochromatic Colors of #FCDFCC
Black with #FCDFCC
Text Example
Text Example
White with #FCDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFCC; }
p { color: rgb(252,223,204); }
H1.HeaderClassName
{
color: #FCDFCC;
}
.AnyTagClassName
{
color: #FCDFCC;
}
</style>
background-color css
<style>
a { background-color: #FCDFCC; }
a { background-color: rgb(252,223,204); }
div.DivClassName
{
background-color: #FCDFCC;
}
.BgClassName
{
background-color: #FCDFCC;
}
</style>
border-color css
<style>
span { border-color: #FCDFCC; }
span { border-color: rgb(252,223,204); }
td.TdClassName
{
border-color: #FCDFCC;
}
.TagClassName
{
border-color: #FCDFCC;
}
</style>