Shades of Tea Rose #FB8ED3
Tints of Tea Rose #FB8ED3
RGB
CMYK
RGB Variations
Color information
#FB8ED3 (or 0xFB8ED3) is known color: Tea Rose. HEX triplet: FB, 8E and D3. RGB value is (251,142,211). Sum of RGB (Red+Green+Blue) = 251+142+211=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ED3 is #04712C. Grayscale: #B6B6B6. Windows color (decimal): -291117 or 13864699. OLE color: 13864699.
HSL color Cylindrical-coordinate representation of color #FB8ED3: hue angle of 322.02º 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 #FB8ED3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 211 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 322.02º | 0.93% | 0.77% | - |
| HSV(B) | 322.02º | 0.43% | 0.98% | - |
| XYZ | 61.21 | 44.56 | 67 | - |
| YUV | 182.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 211 | 0 | 0.43 | 0.16 | 0.02 | 322.02 | 0.93 | 0.77 |
| Hex | FB | 8E | D3 | 0 | 2B | 10 | 2 | 142 | 5D | 4D |
| Octal | 373 | 216 | 323 | 0 | 53 | 20 | 2 | 502 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11010011 | 0 | 101011 | 10000 | 10 | 101000010 | 1011101 | 1001101 |
Color Harmonies of #FB8ED3
Complementary color
Monochromatic Colors of #FB8ED3
Black with #FB8ED3
Text Example
Text Example
White with #FB8ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ED3; }
p { color: rgb(251,142,211); }
H1.HeaderClassName
{
color: #FB8ED3;
}
.AnyTagClassName
{
color: #FB8ED3;
}
</style>
background-color css
<style>
a { background-color: #FB8ED3; }
a { background-color: rgb(251,142,211); }
div.DivClassName
{
background-color: #FB8ED3;
}
.BgClassName
{
background-color: #FB8ED3;
}
</style>
border-color css
<style>
span { border-color: #FB8ED3; }
span { border-color: rgb(251,142,211); }
td.TdClassName
{
border-color: #FB8ED3;
}
.TagClassName
{
border-color: #FB8ED3;
}
</style>