Shades of Tea Rose #F28ABB
Tints of Tea Rose #F28ABB
RGB
CMYK
RGB Variations
Color information
#F28ABB (or 0xF28ABB) is known color: Tea Rose. HEX triplet: F2, 8A and BB. RGB value is (242,138,187). Sum of RGB (Red+Green+Blue) = 242+138+187=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ABB is #0D7544. Grayscale: #AEAEAE. Windows color (decimal): -881989 or 12290802. OLE color: 12290802.
HSL color Cylindrical-coordinate representation of color #F28ABB: hue angle of 331.73º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28ABB is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 187 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.05 |
| HSL | 331.73º | 0.8% | 0.75% | - |
| HSV(B) | 331.73º | 0.43% | 0.95% | - |
| XYZ | 54.68 | 40.64 | 51.98 | - |
| YUV | 174.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 187 | 0 | 0.43 | 0.23 | 0.05 | 331.73 | 0.8 | 0.75 |
| Hex | F2 | 8A | BB | 0 | 2B | 17 | 5 | 14C | 50 | 4B |
| Octal | 362 | 212 | 273 | 0 | 53 | 27 | 5 | 514 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10111011 | 0 | 101011 | 10111 | 101 | 101001100 | 1010000 | 1001011 |
Color Harmonies of #F28ABB
Complementary color
Monochromatic Colors of #F28ABB
Black with #F28ABB
Text Example
Text Example
White with #F28ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ABB; }
p { color: rgb(242,138,187); }
H1.HeaderClassName
{
color: #F28ABB;
}
.AnyTagClassName
{
color: #F28ABB;
}
</style>
background-color css
<style>
a { background-color: #F28ABB; }
a { background-color: rgb(242,138,187); }
div.DivClassName
{
background-color: #F28ABB;
}
.BgClassName
{
background-color: #F28ABB;
}
</style>
border-color css
<style>
span { border-color: #F28ABB; }
span { border-color: rgb(242,138,187); }
td.TdClassName
{
border-color: #F28ABB;
}
.TagClassName
{
border-color: #F28ABB;
}
</style>