Shades of Tutu #F5DFDF
Tints of Tutu #F5DFDF
RGB
CMYK
RGB Variations
Color information
#F5DFDF (or 0xF5DFDF) is known color: Tutu. HEX triplet: F5, DF and DF. RGB value is (245,223,223). Sum of RGB (Red+Green+Blue) = 245+223+223=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFDF is #0A2020. Grayscale: #E5E5E5. Windows color (decimal): -663585 or 14671861. OLE color: 14671861.
HSL color Cylindrical-coordinate representation of color #F5DFDF: hue angle of 0º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFDF is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 223 | 223 | - |
CMYK | 0 | 0.09 | 0.09 | 0.04 |
HSL | 0º | 0.52% | 0.92% | - |
HSV(B) | 0º | 0.09% | 0.96% | - |
XYZ | 77.36 | 77.52 | 80.7 | - |
YUV | 229.58 | 124.29 | 139 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 223 | 223 | 0 | 0.09 | 0.09 | 0.04 | 0 | 0.52 | 0.92 |
Hex | F5 | DF | DF | 0 | 9 | 9 | 4 | 0 | 34 | 5C |
Octal | 365 | 337 | 337 | 0 | 11 | 11 | 4 | 0 | 64 | 134 |
Binary | 11110101 | 11011111 | 11011111 | 0 | 1001 | 1001 | 100 | 0 | 110100 | 1011100 |
Color Harmonies of #F5DFDF
Complementary color
Monochromatic Colors of #F5DFDF
Black with #F5DFDF
Text Example
Text Example
White with #F5DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFDF; }
p { color: rgb(245,223,223); }
H1.HeaderClassName
{
color: #F5DFDF;
}
.AnyTagClassName
{
color: #F5DFDF;
}
</style>
background-color css
<style>
a { background-color: #F5DFDF; }
a { background-color: rgb(245,223,223); }
div.DivClassName
{
background-color: #F5DFDF;
}
.BgClassName
{
background-color: #F5DFDF;
}
</style>
border-color css
<style>
span { border-color: #F5DFDF; }
span { border-color: rgb(245,223,223); }
td.TdClassName
{
border-color: #F5DFDF;
}
.TagClassName
{
border-color: #F5DFDF;
}
</style>