Shades of Tutu #F8DDDD
Tints of Tutu #F8DDDD
RGB
CMYK
RGB Variations
Color information
#F8DDDD (or 0xF8DDDD) is known color: Tutu. HEX triplet: F8, DD and DD. RGB value is (248,221,221). Sum of RGB (Red+Green+Blue) = 248+221+221=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDDD is #072222. Grayscale: #E5E5E5. Windows color (decimal): -467491 or 14540280. OLE color: 14540280.
HSL color Cylindrical-coordinate representation of color #F8DDDD: hue angle of 0º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DDDD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 221 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.03 |
| HSL | 0º | 0.66% | 0.92% | - |
| HSV(B) | 0º | 0.11% | 0.97% | - |
| XYZ | 77.62 | 76.89 | 79.16 | - |
| YUV | 229.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 221 | 0 | 0.11 | 0.11 | 0.03 | 0 | 0.66 | 0.92 |
| Hex | F8 | DD | DD | 0 | B | B | 3 | 0 | 42 | 5C |
| Octal | 370 | 335 | 335 | 0 | 13 | 13 | 3 | 0 | 102 | 134 |
| Binary | 11111000 | 11011101 | 11011101 | 0 | 1011 | 1011 | 11 | 0 | 1000010 | 1011100 |
Color Harmonies of #F8DDDD
Complementary color
Monochromatic Colors of #F8DDDD
Black with #F8DDDD
Text Example
Text Example
White with #F8DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDDD; }
p { color: rgb(248,221,221); }
H1.HeaderClassName
{
color: #F8DDDD;
}
.AnyTagClassName
{
color: #F8DDDD;
}
</style>
background-color css
<style>
a { background-color: #F8DDDD; }
a { background-color: rgb(248,221,221); }
div.DivClassName
{
background-color: #F8DDDD;
}
.BgClassName
{
background-color: #F8DDDD;
}
</style>
border-color css
<style>
span { border-color: #F8DDDD; }
span { border-color: rgb(248,221,221); }
td.TdClassName
{
border-color: #F8DDDD;
}
.TagClassName
{
border-color: #F8DDDD;
}
</style>