Shades of Tutu #F8DCDC
Tints of Tutu #F8DCDC
RGB
CMYK
RGB Variations
Color information
#F8DCDC (or 0xF8DCDC) is known color: Tutu. HEX triplet: F8, DC and DC. RGB value is (248,220,220). Sum of RGB (Red+Green+Blue) = 248+220+220=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCDC is #072323. Grayscale: #E4E4E4. Windows color (decimal): -467748 or 14474488. OLE color: 14474488.
HSL color Cylindrical-coordinate representation of color #F8DCDC: hue angle of 0º degrees, saturation: 0.67, 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 #F8DCDC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 220 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.03 |
| HSL | 0º | 0.67% | 0.92% | - |
| HSV(B) | 0º | 0.11% | 0.97% | - |
| XYZ | 77.22 | 76.31 | 78.37 | - |
| YUV | 228.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 220 | 0 | 0.11 | 0.11 | 0.03 | 0 | 0.67 | 0.92 |
| Hex | F8 | DC | DC | 0 | B | B | 3 | 0 | 43 | 5C |
| Octal | 370 | 334 | 334 | 0 | 13 | 13 | 3 | 0 | 103 | 134 |
| Binary | 11111000 | 11011100 | 11011100 | 0 | 1011 | 1011 | 11 | 0 | 1000011 | 1011100 |
Color Harmonies of #F8DCDC
Complementary color
Monochromatic Colors of #F8DCDC
Black with #F8DCDC
Text Example
Text Example
White with #F8DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCDC; }
p { color: rgb(248,220,220); }
H1.HeaderClassName
{
color: #F8DCDC;
}
.AnyTagClassName
{
color: #F8DCDC;
}
</style>
background-color css
<style>
a { background-color: #F8DCDC; }
a { background-color: rgb(248,220,220); }
div.DivClassName
{
background-color: #F8DCDC;
}
.BgClassName
{
background-color: #F8DCDC;
}
</style>
border-color css
<style>
span { border-color: #F8DCDC; }
span { border-color: rgb(248,220,220); }
td.TdClassName
{
border-color: #F8DCDC;
}
.TagClassName
{
border-color: #F8DCDC;
}
</style>