Shades of Tutu #F5E6E5
Tints of Tutu #F5E6E5
RGB
CMYK
RGB Variations
Color information
#F5E6E5 (or 0xF5E6E5) is known color: Tutu. HEX triplet: F5, E6 and E5. RGB value is (245,230,229). Sum of RGB (Red+Green+Blue) = 245+230+229=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E6E5 is #0A191A. Grayscale: #EAEAEA. Windows color (decimal): -661787 or 15066869. OLE color: 15066869.
HSL color Cylindrical-coordinate representation of color #F5E6E5: hue angle of 3.75º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5E6E5 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 230 | 229 | - |
CMYK | 0 | 0.06 | 0.07 | 0.04 |
HSL | 3.75º | 0.44% | 0.93% | - |
HSV(B) | 3.75º | 0.07% | 0.96% | - |
XYZ | 80.1 | 81.66 | 85.67 | - |
YUV | 234.37 | 124.97 | 135.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 230 | 229 | 0 | 0.06 | 0.07 | 0.04 | 3.75 | 0.44 | 0.93 |
Hex | F5 | E6 | E5 | 0 | 6 | 7 | 4 | 4 | 2C | 5D |
Octal | 365 | 346 | 345 | 0 | 6 | 7 | 4 | 4 | 54 | 135 |
Binary | 11110101 | 11100110 | 11100101 | 0 | 110 | 111 | 100 | 100 | 101100 | 1011101 |
Color Harmonies of #F5E6E5
Complementary color
Monochromatic Colors of #F5E6E5
Black with #F5E6E5
Text Example
Text Example
White with #F5E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6E5; }
p { color: rgb(245,230,229); }
H1.HeaderClassName
{
color: #F5E6E5;
}
.AnyTagClassName
{
color: #F5E6E5;
}
</style>
background-color css
<style>
a { background-color: #F5E6E5; }
a { background-color: rgb(245,230,229); }
div.DivClassName
{
background-color: #F5E6E5;
}
.BgClassName
{
background-color: #F5E6E5;
}
</style>
border-color css
<style>
span { border-color: #F5E6E5; }
span { border-color: rgb(245,230,229); }
td.TdClassName
{
border-color: #F5E6E5;
}
.TagClassName
{
border-color: #F5E6E5;
}
</style>