Shades of Tea Rose #F08ACB
Tints of Tea Rose #F08ACB
RGB
CMYK
RGB Variations
Color information
#F08ACB (or 0xF08ACB) is known color: Tea Rose. HEX triplet: F0, 8A and CB. RGB value is (240,138,203). Sum of RGB (Red+Green+Blue) = 240+138+203=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ACB is #0F7534. Grayscale: #AFAFAF. Windows color (decimal): -1013045 or 13339376. OLE color: 13339376.
HSL color Cylindrical-coordinate representation of color #F08ACB: hue angle of 321.76º 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 #F08ACB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 203 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 321.76º | 0.77% | 0.74% | - |
| HSV(B) | 321.76º | 0.43% | 0.94% | - |
| XYZ | 55.8 | 41.01 | 61.48 | - |
| YUV | 175.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 203 | 0 | 0.42 | 0.15 | 0.06 | 321.76 | 0.77 | 0.74 |
| Hex | F0 | 8A | CB | 0 | 2A | F | 6 | 142 | 4D | 4A |
| Octal | 360 | 212 | 313 | 0 | 52 | 17 | 6 | 502 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11001011 | 0 | 101010 | 1111 | 110 | 101000010 | 1001101 | 1001010 |
Color Harmonies of #F08ACB
Complementary color
Monochromatic Colors of #F08ACB
Black with #F08ACB
Text Example
Text Example
White with #F08ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ACB; }
p { color: rgb(240,138,203); }
H1.HeaderClassName
{
color: #F08ACB;
}
.AnyTagClassName
{
color: #F08ACB;
}
</style>
background-color css
<style>
a { background-color: #F08ACB; }
a { background-color: rgb(240,138,203); }
div.DivClassName
{
background-color: #F08ACB;
}
.BgClassName
{
background-color: #F08ACB;
}
</style>
border-color css
<style>
span { border-color: #F08ACB; }
span { border-color: rgb(240,138,203); }
td.TdClassName
{
border-color: #F08ACB;
}
.TagClassName
{
border-color: #F08ACB;
}
</style>