Shades of Tea Rose #F18ACE
Tints of Tea Rose #F18ACE
RGB
CMYK
RGB Variations
Color information
#F18ACE (or 0xF18ACE) is known color: Tea Rose. HEX triplet: F1, 8A and CE. RGB value is (241,138,206). Sum of RGB (Red+Green+Blue) = 241+138+206=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ACE is #0E7531. Grayscale: #B0B0B0. Windows color (decimal): -947506 or 13535985. OLE color: 13535985.
HSL color Cylindrical-coordinate representation of color #F18ACE: hue angle of 320.39º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18ACE is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 206 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.05 |
| HSL | 320.39º | 0.79% | 0.74% | - |
| HSV(B) | 320.39º | 0.43% | 0.95% | - |
| XYZ | 56.5 | 41.33 | 63.39 | - |
| YUV | 176.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 206 | 0 | 0.43 | 0.15 | 0.05 | 320.39 | 0.79 | 0.74 |
| Hex | F1 | 8A | CE | 0 | 2B | F | 5 | 140 | 4F | 4A |
| Octal | 361 | 212 | 316 | 0 | 53 | 17 | 5 | 500 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11001110 | 0 | 101011 | 1111 | 101 | 101000000 | 1001111 | 1001010 |
Color Harmonies of #F18ACE
Complementary color
Monochromatic Colors of #F18ACE
Black with #F18ACE
Text Example
Text Example
White with #F18ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ACE; }
p { color: rgb(241,138,206); }
H1.HeaderClassName
{
color: #F18ACE;
}
.AnyTagClassName
{
color: #F18ACE;
}
</style>
background-color css
<style>
a { background-color: #F18ACE; }
a { background-color: rgb(241,138,206); }
div.DivClassName
{
background-color: #F18ACE;
}
.BgClassName
{
background-color: #F18ACE;
}
</style>
border-color css
<style>
span { border-color: #F18ACE; }
span { border-color: rgb(241,138,206); }
td.TdClassName
{
border-color: #F18ACE;
}
.TagClassName
{
border-color: #F18ACE;
}
</style>