Shades of Tutu #F5EDEC
Tints of Tutu #F5EDEC
RGB
CMYK
RGB Variations
Color information
#F5EDEC (or 0xF5EDEC) is known color: Tutu. HEX triplet: F5, ED and EC. RGB value is (245,237,236). Sum of RGB (Red+Green+Blue) = 245+237+236=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDEC is #0A1213. Grayscale: #EFEFEF. Windows color (decimal): -659988 or 15527413. OLE color: 15527413.
HSL color Cylindrical-coordinate representation of color #F5EDEC: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5EDEC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 237 | 236 | - |
CMYK | 0 | 0.03 | 0.04 | 0.04 |
HSL | 6.67º | 0.31% | 0.94% | - |
HSV(B) | 6.67º | 0.04% | 0.96% | - |
XYZ | 83.08 | 86.04 | 91.58 | - |
YUV | 239.28 | 126.15 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 237 | 236 | 0 | 0.03 | 0.04 | 0.04 | 6.67 | 0.31 | 0.94 |
Hex | F5 | ED | EC | 0 | 3 | 4 | 4 | 7 | 1F | 5E |
Octal | 365 | 355 | 354 | 0 | 3 | 4 | 4 | 7 | 37 | 136 |
Binary | 11110101 | 11101101 | 11101100 | 0 | 11 | 100 | 100 | 111 | 11111 | 1011110 |
Color Harmonies of #F5EDEC
Complementary color
Monochromatic Colors of #F5EDEC
Black with #F5EDEC
Text Example
Text Example
White with #F5EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDEC; }
p { color: rgb(245,237,236); }
H1.HeaderClassName
{
color: #F5EDEC;
}
.AnyTagClassName
{
color: #F5EDEC;
}
</style>
background-color css
<style>
a { background-color: #F5EDEC; }
a { background-color: rgb(245,237,236); }
div.DivClassName
{
background-color: #F5EDEC;
}
.BgClassName
{
background-color: #F5EDEC;
}
</style>
border-color css
<style>
span { border-color: #F5EDEC; }
span { border-color: rgb(245,237,236); }
td.TdClassName
{
border-color: #F5EDEC;
}
.TagClassName
{
border-color: #F5EDEC;
}
</style>