Shades of Tutu #FAEDEC
Tints of Tutu #FAEDEC
RGB
CMYK
RGB Variations
Color information
#FAEDEC (or 0xFAEDEC) is known color: Tutu. HEX triplet: FA, ED and EC. RGB value is (250,237,236). Sum of RGB (Red+Green+Blue) = 250+237+236=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDEC is #051213. Grayscale: #F0F0F0. Windows color (decimal): -332308 or 15527418. OLE color: 15527418.
HSL color Cylindrical-coordinate representation of color #FAEDEC: hue angle of 4.29º degrees, saturation: 0.58, 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 #FAEDEC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 236 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.02 |
| HSL | 4.29º | 0.58% | 0.95% | - |
| HSV(B) | 4.29º | 0.06% | 0.98% | - |
| XYZ | 84.85 | 86.95 | 91.67 | - |
| YUV | 240.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 236 | 0 | 0.05 | 0.06 | 0.02 | 4.29 | 0.58 | 0.95 |
| Hex | FA | ED | EC | 0 | 5 | 6 | 2 | 4 | 3A | 5F |
| Octal | 372 | 355 | 354 | 0 | 5 | 6 | 2 | 4 | 72 | 137 |
| Binary | 11111010 | 11101101 | 11101100 | 0 | 101 | 110 | 10 | 100 | 111010 | 1011111 |
Color Harmonies of #FAEDEC
Complementary color
Monochromatic Colors of #FAEDEC
Black with #FAEDEC
Text Example
Text Example
White with #FAEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDEC; }
p { color: rgb(250,237,236); }
H1.HeaderClassName
{
color: #FAEDEC;
}
.AnyTagClassName
{
color: #FAEDEC;
}
</style>
background-color css
<style>
a { background-color: #FAEDEC; }
a { background-color: rgb(250,237,236); }
div.DivClassName
{
background-color: #FAEDEC;
}
.BgClassName
{
background-color: #FAEDEC;
}
</style>
border-color css
<style>
span { border-color: #FAEDEC; }
span { border-color: rgb(250,237,236); }
td.TdClassName
{
border-color: #FAEDEC;
}
.TagClassName
{
border-color: #FAEDEC;
}
</style>