Shades of Karry #FCDFC4
Tints of Karry #FCDFC4
RGB
CMYK
RGB Variations
Color information
#FCDFC4 (or 0xFCDFC4) is known color: Karry. HEX triplet: FC, DF and C4. RGB value is (252,223,196). Sum of RGB (Red+Green+Blue) = 252+223+196=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC4 is #03203B. Grayscale: #E4E4E4. Windows color (decimal): -204860 or 12902396. OLE color: 12902396.
HSL color Cylindrical-coordinate representation of color #FCDFC4: hue angle of 28.93º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCDFC4 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 196 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.01 |
| HSL | 28.93º | 0.9% | 0.88% | - |
| HSV(B) | 28.93º | 0.22% | 0.99% | - |
| XYZ | 76.5 | 77.46 | 63.14 | - |
| YUV | 228.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 196 | 0 | 0.12 | 0.22 | 0.01 | 28.93 | 0.9 | 0.88 |
| Hex | FC | DF | C4 | 0 | C | 16 | 1 | 1D | 5A | 58 |
| Octal | 374 | 337 | 304 | 0 | 14 | 26 | 1 | 35 | 132 | 130 |
| Binary | 11111100 | 11011111 | 11000100 | 0 | 1100 | 10110 | 1 | 11101 | 1011010 | 1011000 |
Color Harmonies of #FCDFC4
Complementary color
Monochromatic Colors of #FCDFC4
Black with #FCDFC4
Text Example
Text Example
White with #FCDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFC4; }
p { color: rgb(252,223,196); }
H1.HeaderClassName
{
color: #FCDFC4;
}
.AnyTagClassName
{
color: #FCDFC4;
}
</style>
background-color css
<style>
a { background-color: #FCDFC4; }
a { background-color: rgb(252,223,196); }
div.DivClassName
{
background-color: #FCDFC4;
}
.BgClassName
{
background-color: #FCDFC4;
}
</style>
border-color css
<style>
span { border-color: #FCDFC4; }
span { border-color: rgb(252,223,196); }
td.TdClassName
{
border-color: #FCDFC4;
}
.TagClassName
{
border-color: #FCDFC4;
}
</style>