Shades of Tutu #FADEDD
Tints of Tutu #FADEDD
RGB
CMYK
RGB Variations
Color information
#FADEDD (or 0xFADEDD) is known color: Tutu. HEX triplet: FA, DE and DD. RGB value is (250,222,221). Sum of RGB (Red+Green+Blue) = 250+222+221=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEDD is #052122. Grayscale: #E6E6E6. Windows color (decimal): -336163 or 14540538. OLE color: 14540538.
HSL color Cylindrical-coordinate representation of color #FADEDD: hue angle of 2.07º degrees, saturation: 0.74, 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 #FADEDD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 222 | 221 | - |
CMYK | 0 | 0.11 | 0.12 | 0.02 |
HSL | 2.07º | 0.74% | 0.92% | - |
HSV(B) | 2.07º | 0.12% | 0.98% | - |
XYZ | 78.6 | 77.79 | 79.28 | - |
YUV | 230.26 | 122.78 | 142.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 222 | 221 | 0 | 0.11 | 0.12 | 0.02 | 2.07 | 0.74 | 0.92 |
Hex | FA | DE | DD | 0 | B | C | 2 | 2 | 4A | 5C |
Octal | 372 | 336 | 335 | 0 | 13 | 14 | 2 | 2 | 112 | 134 |
Binary | 11111010 | 11011110 | 11011101 | 0 | 1011 | 1100 | 10 | 10 | 1001010 | 1011100 |
Color Harmonies of #FADEDD
Complementary color
Monochromatic Colors of #FADEDD
Black with #FADEDD
Text Example
Text Example
White with #FADEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEDD; }
p { color: rgb(250,222,221); }
H1.HeaderClassName
{
color: #FADEDD;
}
.AnyTagClassName
{
color: #FADEDD;
}
</style>
background-color css
<style>
a { background-color: #FADEDD; }
a { background-color: rgb(250,222,221); }
div.DivClassName
{
background-color: #FADEDD;
}
.BgClassName
{
background-color: #FADEDD;
}
</style>
border-color css
<style>
span { border-color: #FADEDD; }
span { border-color: rgb(250,222,221); }
td.TdClassName
{
border-color: #FADEDD;
}
.TagClassName
{
border-color: #FADEDD;
}
</style>