Shades of Hint Of Red #F1EDEA
Tints of Hint Of Red #F1EDEA
RGB
CMYK
RGB Variations
Color information
#F1EDEA (or 0xF1EDEA) is known color: Hint Of Red. HEX triplet: F1, ED and EA. RGB value is (241,237,234). Sum of RGB (Red+Green+Blue) = 241+237+234=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDEA is #0E1215. Grayscale: #EDEDED. Windows color (decimal): -922134 or 15396337. OLE color: 15396337.
HSL color Cylindrical-coordinate representation of color #F1EDEA: hue angle of 25.71º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F1EDEA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 234 | - |
CMYK | 0 | 0.02 | 0.03 | 0.05 |
HSL | 25.71º | 0.2% | 0.93% | - |
HSV(B) | 25.71º | 0.03% | 0.95% | - |
XYZ | 81.41 | 85.21 | 90 | - |
YUV | 237.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 234 | 0 | 0.02 | 0.03 | 0.05 | 25.71 | 0.2 | 0.93 |
Hex | F1 | ED | EA | 0 | 2 | 3 | 5 | 1A | 14 | 5D |
Octal | 361 | 355 | 352 | 0 | 2 | 3 | 5 | 32 | 24 | 135 |
Binary | 11110001 | 11101101 | 11101010 | 0 | 10 | 11 | 101 | 11010 | 10100 | 1011101 |
Color Harmonies of #F1EDEA
Complementary color
Monochromatic Colors of #F1EDEA
Black with #F1EDEA
Text Example
Text Example
White with #F1EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDEA; }
p { color: rgb(241,237,234); }
H1.HeaderClassName
{
color: #F1EDEA;
}
.AnyTagClassName
{
color: #F1EDEA;
}
</style>
background-color css
<style>
a { background-color: #F1EDEA; }
a { background-color: rgb(241,237,234); }
div.DivClassName
{
background-color: #F1EDEA;
}
.BgClassName
{
background-color: #F1EDEA;
}
</style>
border-color css
<style>
span { border-color: #F1EDEA; }
span { border-color: rgb(241,237,234); }
td.TdClassName
{
border-color: #F1EDEA;
}
.TagClassName
{
border-color: #F1EDEA;
}
</style>