Shades of Karry #FCDFC6
Tints of Karry #FCDFC6
RGB
CMYK
RGB Variations
Color information
#FCDFC6 (or 0xFCDFC6) is known color: Karry. HEX triplet: FC, DF and C6. RGB value is (252,223,198). Sum of RGB (Red+Green+Blue) = 252+223+198=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC6 is #032039. Grayscale: #E4E4E4. Windows color (decimal): -204858 or 13033468. OLE color: 13033468.
HSL color Cylindrical-coordinate representation of color #FCDFC6: hue angle of 27.78º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCDFC6 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 198 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.01 |
| HSL | 27.78º | 0.9% | 0.88% | - |
| HSV(B) | 27.78º | 0.21% | 0.99% | - |
| XYZ | 76.73 | 77.55 | 64.35 | - |
| YUV | 228.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 198 | 0 | 0.12 | 0.21 | 0.01 | 27.78 | 0.9 | 0.88 |
| Hex | FC | DF | C6 | 0 | C | 15 | 1 | 1C | 5A | 58 |
| Octal | 374 | 337 | 306 | 0 | 14 | 25 | 1 | 34 | 132 | 130 |
| Binary | 11111100 | 11011111 | 11000110 | 0 | 1100 | 10101 | 1 | 11100 | 1011010 | 1011000 |
Color Harmonies of #FCDFC6
Complementary color
Monochromatic Colors of #FCDFC6
Black with #FCDFC6
Text Example
Text Example
White with #FCDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFC6; }
p { color: rgb(252,223,198); }
H1.HeaderClassName
{
color: #FCDFC6;
}
.AnyTagClassName
{
color: #FCDFC6;
}
</style>
background-color css
<style>
a { background-color: #FCDFC6; }
a { background-color: rgb(252,223,198); }
div.DivClassName
{
background-color: #FCDFC6;
}
.BgClassName
{
background-color: #FCDFC6;
}
</style>
border-color css
<style>
span { border-color: #FCDFC6; }
span { border-color: rgb(252,223,198); }
td.TdClassName
{
border-color: #FCDFC6;
}
.TagClassName
{
border-color: #FCDFC6;
}
</style>