Shades of Tea Rose #FB8DC9
Tints of Tea Rose #FB8DC9
RGB
CMYK
RGB Variations
Color information
#FB8DC9 (or 0xFB8DC9) is known color: Tea Rose. HEX triplet: FB, 8D and C9. RGB value is (251,141,201). Sum of RGB (Red+Green+Blue) = 251+141+201=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC9 is #047236. Grayscale: #B4B4B4. Windows color (decimal): -291383 or 13209083. OLE color: 13209083.
HSL color Cylindrical-coordinate representation of color #FB8DC9: hue angle of 327.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DC9 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 201 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.02 |
| HSL | 327.27º | 0.93% | 0.77% | - |
| HSV(B) | 327.27º | 0.44% | 0.98% | - |
| XYZ | 59.85 | 43.78 | 60.55 | - |
| YUV | 180.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 201 | 0 | 0.44 | 0.20 | 0.02 | 327.27 | 0.93 | 0.77 |
| Hex | FB | 8D | C9 | 0 | 2C | 14 | 2 | 147 | 5D | 4D |
| Octal | 373 | 215 | 311 | 0 | 54 | 24 | 2 | 507 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11001001 | 0 | 101100 | 10100 | 10 | 101000111 | 1011101 | 1001101 |
Color Harmonies of #FB8DC9
Complementary color
Monochromatic Colors of #FB8DC9
Black with #FB8DC9
Text Example
Text Example
White with #FB8DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DC9; }
p { color: rgb(251,141,201); }
H1.HeaderClassName
{
color: #FB8DC9;
}
.AnyTagClassName
{
color: #FB8DC9;
}
</style>
background-color css
<style>
a { background-color: #FB8DC9; }
a { background-color: rgb(251,141,201); }
div.DivClassName
{
background-color: #FB8DC9;
}
.BgClassName
{
background-color: #FB8DC9;
}
</style>
border-color css
<style>
span { border-color: #FB8DC9; }
span { border-color: rgb(251,141,201); }
td.TdClassName
{
border-color: #FB8DC9;
}
.TagClassName
{
border-color: #FB8DC9;
}
</style>