Shades of Tea Rose #F08ABC
Tints of Tea Rose #F08ABC
RGB
CMYK
RGB Variations
Color information
#F08ABC (or 0xF08ABC) is known color: Tea Rose. HEX triplet: F0, 8A and BC. RGB value is (240,138,188). Sum of RGB (Red+Green+Blue) = 240+138+188=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ABC is #0F7543. Grayscale: #AEAEAE. Windows color (decimal): -1013060 or 12356336. OLE color: 12356336.
HSL color Cylindrical-coordinate representation of color #F08ABC: hue angle of 330.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08ABC is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 188 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.06 |
| HSL | 330.59º | 0.77% | 0.74% | - |
| HSV(B) | 330.59º | 0.43% | 0.94% | - |
| XYZ | 54.1 | 40.33 | 52.51 | - |
| YUV | 174.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 188 | 0 | 0.42 | 0.22 | 0.06 | 330.59 | 0.77 | 0.74 |
| Hex | F0 | 8A | BC | 0 | 2A | 16 | 6 | 14B | 4D | 4A |
| Octal | 360 | 212 | 274 | 0 | 52 | 26 | 6 | 513 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10111100 | 0 | 101010 | 10110 | 110 | 101001011 | 1001101 | 1001010 |
Color Harmonies of #F08ABC
Complementary color
Monochromatic Colors of #F08ABC
Black with #F08ABC
Text Example
Text Example
White with #F08ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ABC; }
p { color: rgb(240,138,188); }
H1.HeaderClassName
{
color: #F08ABC;
}
.AnyTagClassName
{
color: #F08ABC;
}
</style>
background-color css
<style>
a { background-color: #F08ABC; }
a { background-color: rgb(240,138,188); }
div.DivClassName
{
background-color: #F08ABC;
}
.BgClassName
{
background-color: #F08ABC;
}
</style>
border-color css
<style>
span { border-color: #F08ABC; }
span { border-color: rgb(240,138,188); }
td.TdClassName
{
border-color: #F08ABC;
}
.TagClassName
{
border-color: #F08ABC;
}
</style>