Shades of Tutu #FADFDE
Tints of Tutu #FADFDE
RGB
CMYK
RGB Variations
Color information
#FADFDE (or 0xFADFDE) is known color: Tutu. HEX triplet: FA, DF and DE. RGB value is (250,223,222). Sum of RGB (Red+Green+Blue) = 250+223+222=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDE is #052021. Grayscale: #E6E6E6. Windows color (decimal): -335906 or 14606330. OLE color: 14606330.
HSL color Cylindrical-coordinate representation of color #FADFDE: hue angle of 2.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFDE is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 222 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.02 |
| HSL | 2.14º | 0.74% | 0.93% | - |
| HSV(B) | 2.14º | 0.11% | 0.98% | - |
| XYZ | 79 | 78.37 | 80.07 | - |
| YUV | 230.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 222 | 0 | 0.11 | 0.11 | 0.02 | 2.14 | 0.74 | 0.93 |
| Hex | FA | DF | DE | 0 | B | B | 2 | 2 | 4A | 5D |
| Octal | 372 | 337 | 336 | 0 | 13 | 13 | 2 | 2 | 112 | 135 |
| Binary | 11111010 | 11011111 | 11011110 | 0 | 1011 | 1011 | 10 | 10 | 1001010 | 1011101 |
Color Harmonies of #FADFDE
Complementary color
Monochromatic Colors of #FADFDE
Black with #FADFDE
Text Example
Text Example
White with #FADFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFDE; }
p { color: rgb(250,223,222); }
H1.HeaderClassName
{
color: #FADFDE;
}
.AnyTagClassName
{
color: #FADFDE;
}
</style>
background-color css
<style>
a { background-color: #FADFDE; }
a { background-color: rgb(250,223,222); }
div.DivClassName
{
background-color: #FADFDE;
}
.BgClassName
{
background-color: #FADFDE;
}
</style>
border-color css
<style>
span { border-color: #FADFDE; }
span { border-color: rgb(250,223,222); }
td.TdClassName
{
border-color: #FADFDE;
}
.TagClassName
{
border-color: #FADFDE;
}
</style>