Shades of Karry #FCDFC5
Tints of Karry #FCDFC5
RGB
CMYK
RGB Variations
Color information
#FCDFC5 (or 0xFCDFC5) is known color: Karry. HEX triplet: FC, DF and C5. RGB value is (252,223,197). Sum of RGB (Red+Green+Blue) = 252+223+197=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC5 is #03203A. Grayscale: #E4E4E4. Windows color (decimal): -204859 or 12967932. OLE color: 12967932.
HSL color Cylindrical-coordinate representation of color #FCDFC5: hue angle of 28.36º 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 #FCDFC5 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 197 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.01 |
| HSL | 28.36º | 0.9% | 0.88% | - |
| HSV(B) | 28.36º | 0.22% | 0.99% | - |
| XYZ | 76.61 | 77.5 | 63.74 | - |
| YUV | 228.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 197 | 0 | 0.12 | 0.22 | 0.01 | 28.36 | 0.9 | 0.88 |
| Hex | FC | DF | C5 | 0 | C | 16 | 1 | 1C | 5A | 58 |
| Octal | 374 | 337 | 305 | 0 | 14 | 26 | 1 | 34 | 132 | 130 |
| Binary | 11111100 | 11011111 | 11000101 | 0 | 1100 | 10110 | 1 | 11100 | 1011010 | 1011000 |
Color Harmonies of #FCDFC5
Complementary color
Monochromatic Colors of #FCDFC5
Black with #FCDFC5
Text Example
Text Example
White with #FCDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFC5; }
p { color: rgb(252,223,197); }
H1.HeaderClassName
{
color: #FCDFC5;
}
.AnyTagClassName
{
color: #FCDFC5;
}
</style>
background-color css
<style>
a { background-color: #FCDFC5; }
a { background-color: rgb(252,223,197); }
div.DivClassName
{
background-color: #FCDFC5;
}
.BgClassName
{
background-color: #FCDFC5;
}
</style>
border-color css
<style>
span { border-color: #FCDFC5; }
span { border-color: rgb(252,223,197); }
td.TdClassName
{
border-color: #FCDFC5;
}
.TagClassName
{
border-color: #FCDFC5;
}
</style>