Shades of Karry #F9DBBE
Tints of Karry #F9DBBE
RGB
CMYK
RGB Variations
Color information
#F9DBBE (or 0xF9DBBE) is known color: Karry. HEX triplet: F9, DB and BE. RGB value is (249,219,190). Sum of RGB (Red+Green+Blue) = 249+219+190=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBBE is #062441. Grayscale: #E0E0E0. Windows color (decimal): -402498 or 12508153. OLE color: 12508153.
HSL color Cylindrical-coordinate representation of color #F9DBBE: hue angle of 29.49º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9DBBE is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 190 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 29.49º | 0.83% | 0.86% | - |
| HSV(B) | 29.49º | 0.24% | 0.98% | - |
| XYZ | 73.69 | 74.52 | 59.22 | - |
| YUV | 224.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 190 | 0 | 0.12 | 0.24 | 0.02 | 29.49 | 0.83 | 0.86 |
| Hex | F9 | DB | BE | 0 | C | 18 | 2 | 1D | 53 | 56 |
| Octal | 371 | 333 | 276 | 0 | 14 | 30 | 2 | 35 | 123 | 126 |
| Binary | 11111001 | 11011011 | 10111110 | 0 | 1100 | 11000 | 10 | 11101 | 1010011 | 1010110 |
Color Harmonies of #F9DBBE
Complementary color
Monochromatic Colors of #F9DBBE
Black with #F9DBBE
Text Example
Text Example
White with #F9DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBBE; }
p { color: rgb(249,219,190); }
H1.HeaderClassName
{
color: #F9DBBE;
}
.AnyTagClassName
{
color: #F9DBBE;
}
</style>
background-color css
<style>
a { background-color: #F9DBBE; }
a { background-color: rgb(249,219,190); }
div.DivClassName
{
background-color: #F9DBBE;
}
.BgClassName
{
background-color: #F9DBBE;
}
</style>
border-color css
<style>
span { border-color: #F9DBBE; }
span { border-color: rgb(249,219,190); }
td.TdClassName
{
border-color: #F9DBBE;
}
.TagClassName
{
border-color: #F9DBBE;
}
</style>