Shades of Tutu #FADBDB
Tints of Tutu #FADBDB
RGB
CMYK
RGB Variations
Color information
#FADBDB (or 0xFADBDB) is known color: Tutu. HEX triplet: FA, DB and DB. RGB value is (250,219,219). Sum of RGB (Red+Green+Blue) = 250+219+219=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBDB is #052424. Grayscale: #E4E4E4. Windows color (decimal): -336933 or 14408698. OLE color: 14408698.
HSL color Cylindrical-coordinate representation of color #FADBDB: hue angle of 0º degrees, saturation: 0.76, 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 #FADBDB is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 219 | 219 | - |
CMYK | 0 | 0.12 | 0.12 | 0.02 |
HSL | 0º | 0.76% | 0.92% | - |
HSV(B) | 0º | 0.12% | 0.98% | - |
XYZ | 77.54 | 76.1 | 77.62 | - |
YUV | 228.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 219 | 219 | 0 | 0.12 | 0.12 | 0.02 | 0 | 0.76 | 0.92 |
Hex | FA | DB | DB | 0 | C | C | 2 | 0 | 4C | 5C |
Octal | 372 | 333 | 333 | 0 | 14 | 14 | 2 | 0 | 114 | 134 |
Binary | 11111010 | 11011011 | 11011011 | 0 | 1100 | 1100 | 10 | 0 | 1001100 | 1011100 |
Color Harmonies of #FADBDB
Complementary color
Monochromatic Colors of #FADBDB
Black with #FADBDB
Text Example
Text Example
White with #FADBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBDB; }
p { color: rgb(250,219,219); }
H1.HeaderClassName
{
color: #FADBDB;
}
.AnyTagClassName
{
color: #FADBDB;
}
</style>
background-color css
<style>
a { background-color: #FADBDB; }
a { background-color: rgb(250,219,219); }
div.DivClassName
{
background-color: #FADBDB;
}
.BgClassName
{
background-color: #FADBDB;
}
</style>
border-color css
<style>
span { border-color: #FADBDB; }
span { border-color: rgb(250,219,219); }
td.TdClassName
{
border-color: #FADBDB;
}
.TagClassName
{
border-color: #FADBDB;
}
</style>