Shades of Tutu #FAEDEB
Tints of Tutu #FAEDEB
RGB
CMYK
RGB Variations
Color information
#FAEDEB (or 0xFAEDEB) is known color: Tutu. HEX triplet: FA, ED and EB. RGB value is (250,237,235). Sum of RGB (Red+Green+Blue) = 250+237+235=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 235 (92.19% from 255 or 32.55% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDEB is #051214. Grayscale: #F0F0F0. Windows color (decimal): -332309 or 15461882. OLE color: 15461882.
HSL color Cylindrical-coordinate representation of color #FAEDEB: hue angle of 8º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEDEB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 235 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.02 |
| HSL | 8º | 0.6% | 0.95% | - |
| HSV(B) | 8º | 0.06% | 0.98% | - |
| XYZ | 84.7 | 86.89 | 90.9 | - |
| YUV | 240.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 235 | 0 | 0.05 | 0.06 | 0.02 | 8 | 0.6 | 0.95 |
| Hex | FA | ED | EB | 0 | 5 | 6 | 2 | 8 | 3C | 5F |
| Octal | 372 | 355 | 353 | 0 | 5 | 6 | 2 | 10 | 74 | 137 |
| Binary | 11111010 | 11101101 | 11101011 | 0 | 101 | 110 | 10 | 1000 | 111100 | 1011111 |
Color Harmonies of #FAEDEB
Complementary color
Monochromatic Colors of #FAEDEB
Black with #FAEDEB
Text Example
Text Example
White with #FAEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDEB; }
p { color: rgb(250,237,235); }
H1.HeaderClassName
{
color: #FAEDEB;
}
.AnyTagClassName
{
color: #FAEDEB;
}
</style>
background-color css
<style>
a { background-color: #FAEDEB; }
a { background-color: rgb(250,237,235); }
div.DivClassName
{
background-color: #FAEDEB;
}
.BgClassName
{
background-color: #FAEDEB;
}
</style>
border-color css
<style>
span { border-color: #FAEDEB; }
span { border-color: rgb(250,237,235); }
td.TdClassName
{
border-color: #FAEDEB;
}
.TagClassName
{
border-color: #FAEDEB;
}
</style>