Shades of Karry #F9DAC8
Tints of Karry #F9DAC8
RGB
CMYK
RGB Variations
Color information
#F9DAC8 (or 0xF9DAC8) is known color: Karry. HEX triplet: F9, DA and C8. RGB value is (249,218,200). Sum of RGB (Red+Green+Blue) = 249+218+200=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 200 (78.52% from 255 or 29.99% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAC8 is #062537. Grayscale: #E1E1E1. Windows color (decimal): -402744 or 13163257. OLE color: 13163257.
HSL color Cylindrical-coordinate representation of color #F9DAC8: hue angle of 22.04º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9DAC8 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 200 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 22.04º | 0.8% | 0.88% | - |
| HSV(B) | 22.04º | 0.2% | 0.98% | - |
| XYZ | 74.56 | 74.45 | 65.08 | - |
| YUV | 225.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 200 | 0 | 0.12 | 0.20 | 0.02 | 22.04 | 0.8 | 0.88 |
| Hex | F9 | DA | C8 | 0 | C | 14 | 2 | 16 | 50 | 58 |
| Octal | 371 | 332 | 310 | 0 | 14 | 24 | 2 | 26 | 120 | 130 |
| Binary | 11111001 | 11011010 | 11001000 | 0 | 1100 | 10100 | 10 | 10110 | 1010000 | 1011000 |
Color Harmonies of #F9DAC8
Complementary color
Monochromatic Colors of #F9DAC8
Black with #F9DAC8
Text Example
Text Example
White with #F9DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAC8; }
p { color: rgb(249,218,200); }
H1.HeaderClassName
{
color: #F9DAC8;
}
.AnyTagClassName
{
color: #F9DAC8;
}
</style>
background-color css
<style>
a { background-color: #F9DAC8; }
a { background-color: rgb(249,218,200); }
div.DivClassName
{
background-color: #F9DAC8;
}
.BgClassName
{
background-color: #F9DAC8;
}
</style>
border-color css
<style>
span { border-color: #F9DAC8; }
span { border-color: rgb(249,218,200); }
td.TdClassName
{
border-color: #F9DAC8;
}
.TagClassName
{
border-color: #F9DAC8;
}
</style>