Shades of Tea Rose #FB8ED0
Tints of Tea Rose #FB8ED0
RGB
CMYK
RGB Variations
Color information
#FB8ED0 (or 0xFB8ED0) is known color: Tea Rose. HEX triplet: FB, 8E and D0. RGB value is (251,142,208). Sum of RGB (Red+Green+Blue) = 251+142+208=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ED0 is #04712F. Grayscale: #B5B5B5. Windows color (decimal): -291120 or 13668091. OLE color: 13668091.
HSL color Cylindrical-coordinate representation of color #FB8ED0: hue angle of 323.67º 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 #FB8ED0 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 208 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.02 |
| HSL | 323.67º | 0.93% | 0.77% | - |
| HSV(B) | 323.67º | 0.43% | 0.98% | - |
| XYZ | 60.84 | 44.41 | 65.04 | - |
| YUV | 182.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 208 | 0 | 0.43 | 0.17 | 0.02 | 323.67 | 0.93 | 0.77 |
| Hex | FB | 8E | D0 | 0 | 2B | 11 | 2 | 144 | 5D | 4D |
| Octal | 373 | 216 | 320 | 0 | 53 | 21 | 2 | 504 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11010000 | 0 | 101011 | 10001 | 10 | 101000100 | 1011101 | 1001101 |
Color Harmonies of #FB8ED0
Complementary color
Monochromatic Colors of #FB8ED0
Black with #FB8ED0
Text Example
Text Example
White with #FB8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ED0; }
p { color: rgb(251,142,208); }
H1.HeaderClassName
{
color: #FB8ED0;
}
.AnyTagClassName
{
color: #FB8ED0;
}
</style>
background-color css
<style>
a { background-color: #FB8ED0; }
a { background-color: rgb(251,142,208); }
div.DivClassName
{
background-color: #FB8ED0;
}
.BgClassName
{
background-color: #FB8ED0;
}
</style>
border-color css
<style>
span { border-color: #FB8ED0; }
span { border-color: rgb(251,142,208); }
td.TdClassName
{
border-color: #FB8ED0;
}
.TagClassName
{
border-color: #FB8ED0;
}
</style>