Shades of Karry #FCD8C1
Tints of Karry #FCD8C1
RGB
CMYK
RGB Variations
Color information
#FCD8C1 (or 0xFCD8C1) is known color: Karry. HEX triplet: FC, D8 and C1. RGB value is (252,216,193). Sum of RGB (Red+Green+Blue) = 252+216+193=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C1 is #03273E. Grayscale: #E0E0E0. Windows color (decimal): -206655 or 12703996. OLE color: 12703996.
HSL color Cylindrical-coordinate representation of color #FCD8C1: hue angle of 23.39º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCD8C1 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 193 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.01 |
| HSL | 23.39º | 0.91% | 0.87% | - |
| HSV(B) | 23.39º | 0.23% | 0.99% | - |
| XYZ | 74.33 | 73.66 | 60.75 | - |
| YUV | 224.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 193 | 0 | 0.14 | 0.23 | 0.01 | 23.39 | 0.91 | 0.87 |
| Hex | FC | D8 | C1 | 0 | E | 17 | 1 | 17 | 5B | 57 |
| Octal | 374 | 330 | 301 | 0 | 16 | 27 | 1 | 27 | 133 | 127 |
| Binary | 11111100 | 11011000 | 11000001 | 0 | 1110 | 10111 | 1 | 10111 | 1011011 | 1010111 |
Color Harmonies of #FCD8C1
Complementary color
Monochromatic Colors of #FCD8C1
Black with #FCD8C1
Text Example
Text Example
White with #FCD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8C1; }
p { color: rgb(252,216,193); }
H1.HeaderClassName
{
color: #FCD8C1;
}
.AnyTagClassName
{
color: #FCD8C1;
}
</style>
background-color css
<style>
a { background-color: #FCD8C1; }
a { background-color: rgb(252,216,193); }
div.DivClassName
{
background-color: #FCD8C1;
}
.BgClassName
{
background-color: #FCD8C1;
}
</style>
border-color css
<style>
span { border-color: #FCD8C1; }
span { border-color: rgb(252,216,193); }
td.TdClassName
{
border-color: #FCD8C1;
}
.TagClassName
{
border-color: #FCD8C1;
}
</style>