Shades of Karry #F9DDCB
Tints of Karry #F9DDCB
RGB
CMYK
RGB Variations
Color information
#F9DDCB (or 0xF9DDCB) is known color: Karry. HEX triplet: F9, DD and CB. RGB value is (249,221,203). Sum of RGB (Red+Green+Blue) = 249+221+203=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDCB is #062234. Grayscale: #E3E3E3. Windows color (decimal): -401973 or 13360633. OLE color: 13360633.
HSL color Cylindrical-coordinate representation of color #F9DDCB: hue angle of 23.48º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9DDCB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 203 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.02 |
| HSL | 23.48º | 0.79% | 0.89% | - |
| HSV(B) | 23.48º | 0.18% | 0.98% | - |
| XYZ | 75.7 | 76.16 | 67.21 | - |
| YUV | 227.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 203 | 0 | 0.11 | 0.18 | 0.02 | 23.48 | 0.79 | 0.89 |
| Hex | F9 | DD | CB | 0 | B | 12 | 2 | 17 | 4F | 59 |
| Octal | 371 | 335 | 313 | 0 | 13 | 22 | 2 | 27 | 117 | 131 |
| Binary | 11111001 | 11011101 | 11001011 | 0 | 1011 | 10010 | 10 | 10111 | 1001111 | 1011001 |
Color Harmonies of #F9DDCB
Complementary color
Monochromatic Colors of #F9DDCB
Black with #F9DDCB
Text Example
Text Example
White with #F9DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDCB; }
p { color: rgb(249,221,203); }
H1.HeaderClassName
{
color: #F9DDCB;
}
.AnyTagClassName
{
color: #F9DDCB;
}
</style>
background-color css
<style>
a { background-color: #F9DDCB; }
a { background-color: rgb(249,221,203); }
div.DivClassName
{
background-color: #F9DDCB;
}
.BgClassName
{
background-color: #F9DDCB;
}
</style>
border-color css
<style>
span { border-color: #F9DDCB; }
span { border-color: rgb(249,221,203); }
td.TdClassName
{
border-color: #F9DDCB;
}
.TagClassName
{
border-color: #F9DDCB;
}
</style>