Shades of Tea Rose #FB8EC9
Tints of Tea Rose #FB8EC9
RGB
CMYK
RGB Variations
Color information
#FB8EC9 (or 0xFB8EC9) is known color: Tea Rose. HEX triplet: FB, 8E and C9. RGB value is (251,142,201). Sum of RGB (Red+Green+Blue) = 251+142+201=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EC9 is #047136. Grayscale: #B5B5B5. Windows color (decimal): -291127 or 13209339. OLE color: 13209339.
HSL color Cylindrical-coordinate representation of color #FB8EC9: hue angle of 327.52º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EC9 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 201 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.02 |
| HSL | 327.52º | 0.93% | 0.77% | - |
| HSV(B) | 327.52º | 0.43% | 0.98% | - |
| XYZ | 60 | 44.07 | 60.6 | - |
| YUV | 181.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 201 | 0 | 0.43 | 0.20 | 0.02 | 327.52 | 0.93 | 0.77 |
| Hex | FB | 8E | C9 | 0 | 2B | 14 | 2 | 148 | 5D | 4D |
| Octal | 373 | 216 | 311 | 0 | 53 | 24 | 2 | 510 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11001001 | 0 | 101011 | 10100 | 10 | 101001000 | 1011101 | 1001101 |
Color Harmonies of #FB8EC9
Complementary color
Monochromatic Colors of #FB8EC9
Black with #FB8EC9
Text Example
Text Example
White with #FB8EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EC9; }
p { color: rgb(251,142,201); }
H1.HeaderClassName
{
color: #FB8EC9;
}
.AnyTagClassName
{
color: #FB8EC9;
}
</style>
background-color css
<style>
a { background-color: #FB8EC9; }
a { background-color: rgb(251,142,201); }
div.DivClassName
{
background-color: #FB8EC9;
}
.BgClassName
{
background-color: #FB8EC9;
}
</style>
border-color css
<style>
span { border-color: #FB8EC9; }
span { border-color: rgb(251,142,201); }
td.TdClassName
{
border-color: #FB8EC9;
}
.TagClassName
{
border-color: #FB8EC9;
}
</style>