Shades of Tutu #F9DBDB
Tints of Tutu #F9DBDB
RGB
CMYK
RGB Variations
Color information
#F9DBDB (or 0xF9DBDB) is known color: Tutu. HEX triplet: F9, DB and DB. RGB value is (249,219,219). Sum of RGB (Red+Green+Blue) = 249+219+219=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBDB is #062424. Grayscale: #E3E3E3. Windows color (decimal): -402469 or 14408697. OLE color: 14408697.
HSL color Cylindrical-coordinate representation of color #F9DBDB: hue angle of 0º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DBDB is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 219 | 219 | - |
CMYK | 0 | 0.12 | 0.12 | 0.02 |
HSL | 0º | 0.71% | 0.92% | - |
HSV(B) | 0º | 0.12% | 0.98% | - |
XYZ | 77.18 | 75.92 | 77.6 | - |
YUV | 227.97 | 122.94 | 143 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 219 | 219 | 0 | 0.12 | 0.12 | 0.02 | 0 | 0.71 | 0.92 |
Hex | F9 | DB | DB | 0 | C | C | 2 | 0 | 47 | 5C |
Octal | 371 | 333 | 333 | 0 | 14 | 14 | 2 | 0 | 107 | 134 |
Binary | 11111001 | 11011011 | 11011011 | 0 | 1100 | 1100 | 10 | 0 | 1000111 | 1011100 |
Color Harmonies of #F9DBDB
Complementary color
Monochromatic Colors of #F9DBDB
Black with #F9DBDB
Text Example
Text Example
White with #F9DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBDB; }
p { color: rgb(249,219,219); }
H1.HeaderClassName
{
color: #F9DBDB;
}
.AnyTagClassName
{
color: #F9DBDB;
}
</style>
background-color css
<style>
a { background-color: #F9DBDB; }
a { background-color: rgb(249,219,219); }
div.DivClassName
{
background-color: #F9DBDB;
}
.BgClassName
{
background-color: #F9DBDB;
}
</style>
border-color css
<style>
span { border-color: #F9DBDB; }
span { border-color: rgb(249,219,219); }
td.TdClassName
{
border-color: #F9DBDB;
}
.TagClassName
{
border-color: #F9DBDB;
}
</style>