Shades of Tutu #F9EAEA
Tints of Tutu #F9EAEA
RGB
CMYK
RGB Variations
Color information
#F9EAEA (or 0xF9EAEA) is known color: Tutu. HEX triplet: F9, EA and EA. RGB value is (249,234,234). Sum of RGB (Red+Green+Blue) = 249+234+234=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAEA is #061515. Grayscale: #EEEEEE. Windows color (decimal): -398614 or 15395577. OLE color: 15395577.
HSL color Cylindrical-coordinate representation of color #F9EAEA: hue angle of 0º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9EAEA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 234 | 234 | - |
CMYK | 0 | 0.06 | 0.06 | 0.02 |
HSL | 0º | 0.56% | 0.95% | - |
HSV(B) | 0º | 0.06% | 0.98% | - |
XYZ | 83.34 | 84.93 | 89.84 | - |
YUV | 238.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 234 | 234 | 0 | 0.06 | 0.06 | 0.02 | 0 | 0.56 | 0.95 |
Hex | F9 | EA | EA | 0 | 6 | 6 | 2 | 0 | 38 | 5F |
Octal | 371 | 352 | 352 | 0 | 6 | 6 | 2 | 0 | 70 | 137 |
Binary | 11111001 | 11101010 | 11101010 | 0 | 110 | 110 | 10 | 0 | 111000 | 1011111 |
Color Harmonies of #F9EAEA
Complementary color
Monochromatic Colors of #F9EAEA
Black with #F9EAEA
Text Example
Text Example
White with #F9EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EAEA; }
p { color: rgb(249,234,234); }
H1.HeaderClassName
{
color: #F9EAEA;
}
.AnyTagClassName
{
color: #F9EAEA;
}
</style>
background-color css
<style>
a { background-color: #F9EAEA; }
a { background-color: rgb(249,234,234); }
div.DivClassName
{
background-color: #F9EAEA;
}
.BgClassName
{
background-color: #F9EAEA;
}
</style>
border-color css
<style>
span { border-color: #F9EAEA; }
span { border-color: rgb(249,234,234); }
td.TdClassName
{
border-color: #F9EAEA;
}
.TagClassName
{
border-color: #F9EAEA;
}
</style>