Shades of Karry #FCDBC4
Tints of Karry #FCDBC4
RGB
CMYK
RGB Variations
Color information
#FCDBC4 (or 0xFCDBC4) is known color: Karry. HEX triplet: FC, DB and C4. RGB value is (252,219,196). Sum of RGB (Red+Green+Blue) = 252+219+196=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBC4 is #03243B. Grayscale: #E2E2E2. Windows color (decimal): -205884 or 12901372. OLE color: 12901372.
HSL color Cylindrical-coordinate representation of color #FCDBC4: hue angle of 24.64º 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 #FCDBC4 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 196 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.01 |
| HSL | 24.64º | 0.9% | 0.88% | - |
| HSV(B) | 24.64º | 0.22% | 0.99% | - |
| XYZ | 75.44 | 75.34 | 62.79 | - |
| YUV | 226.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 196 | 0 | 0.13 | 0.22 | 0.01 | 24.64 | 0.9 | 0.88 |
| Hex | FC | DB | C4 | 0 | D | 16 | 1 | 19 | 5A | 58 |
| Octal | 374 | 333 | 304 | 0 | 15 | 26 | 1 | 31 | 132 | 130 |
| Binary | 11111100 | 11011011 | 11000100 | 0 | 1101 | 10110 | 1 | 11001 | 1011010 | 1011000 |
Color Harmonies of #FCDBC4
Complementary color
Monochromatic Colors of #FCDBC4
Black with #FCDBC4
Text Example
Text Example
White with #FCDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBC4; }
p { color: rgb(252,219,196); }
H1.HeaderClassName
{
color: #FCDBC4;
}
.AnyTagClassName
{
color: #FCDBC4;
}
</style>
background-color css
<style>
a { background-color: #FCDBC4; }
a { background-color: rgb(252,219,196); }
div.DivClassName
{
background-color: #FCDBC4;
}
.BgClassName
{
background-color: #FCDBC4;
}
</style>
border-color css
<style>
span { border-color: #FCDBC4; }
span { border-color: rgb(252,219,196); }
td.TdClassName
{
border-color: #FCDBC4;
}
.TagClassName
{
border-color: #FCDBC4;
}
</style>