Shades of Karry #F9DCC9
Tints of Karry #F9DCC9
RGB
CMYK
RGB Variations
Color information
#F9DCC9 (or 0xF9DCC9) is known color: Karry. HEX triplet: F9, DC and C9. RGB value is (249,220,201). Sum of RGB (Red+Green+Blue) = 249+220+201=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCC9 is #062336. Grayscale: #E2E2E2. Windows color (decimal): -402231 or 13229305. OLE color: 13229305.
HSL color Cylindrical-coordinate representation of color #F9DCC9: hue angle of 23.75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9DCC9 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 201 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.02 |
| HSL | 23.75º | 0.8% | 0.88% | - |
| HSV(B) | 23.75º | 0.19% | 0.98% | - |
| XYZ | 75.2 | 75.54 | 65.88 | - |
| YUV | 226.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 201 | 0 | 0.12 | 0.19 | 0.02 | 23.75 | 0.8 | 0.88 |
| Hex | F9 | DC | C9 | 0 | C | 13 | 2 | 18 | 50 | 58 |
| Octal | 371 | 334 | 311 | 0 | 14 | 23 | 2 | 30 | 120 | 130 |
| Binary | 11111001 | 11011100 | 11001001 | 0 | 1100 | 10011 | 10 | 11000 | 1010000 | 1011000 |
Color Harmonies of #F9DCC9
Complementary color
Monochromatic Colors of #F9DCC9
Black with #F9DCC9
Text Example
Text Example
White with #F9DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCC9; }
p { color: rgb(249,220,201); }
H1.HeaderClassName
{
color: #F9DCC9;
}
.AnyTagClassName
{
color: #F9DCC9;
}
</style>
background-color css
<style>
a { background-color: #F9DCC9; }
a { background-color: rgb(249,220,201); }
div.DivClassName
{
background-color: #F9DCC9;
}
.BgClassName
{
background-color: #F9DCC9;
}
</style>
border-color css
<style>
span { border-color: #F9DCC9; }
span { border-color: rgb(249,220,201); }
td.TdClassName
{
border-color: #F9DCC9;
}
.TagClassName
{
border-color: #F9DCC9;
}
</style>