Shades of Tea Rose #FB8ED4
Tints of Tea Rose #FB8ED4
RGB
CMYK
RGB Variations
Color information
#FB8ED4 (or 0xFB8ED4) is known color: Tea Rose. HEX triplet: FB, 8E and D4. RGB value is (251,142,212). Sum of RGB (Red+Green+Blue) = 251+142+212=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ED4 is #04712B. Grayscale: #B6B6B6. Windows color (decimal): -291116 or 13930235. OLE color: 13930235.
HSL color Cylindrical-coordinate representation of color #FB8ED4: hue angle of 321.47º 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 #FB8ED4 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 212 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 321.47º | 0.93% | 0.77% | - |
| HSV(B) | 321.47º | 0.43% | 0.98% | - |
| XYZ | 61.34 | 44.61 | 67.66 | - |
| YUV | 182.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 212 | 0 | 0.43 | 0.16 | 0.02 | 321.47 | 0.93 | 0.77 |
| Hex | FB | 8E | D4 | 0 | 2B | 10 | 2 | 141 | 5D | 4D |
| Octal | 373 | 216 | 324 | 0 | 53 | 20 | 2 | 501 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11010100 | 0 | 101011 | 10000 | 10 | 101000001 | 1011101 | 1001101 |
Color Harmonies of #FB8ED4
Complementary color
Monochromatic Colors of #FB8ED4
Black with #FB8ED4
Text Example
Text Example
White with #FB8ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ED4; }
p { color: rgb(251,142,212); }
H1.HeaderClassName
{
color: #FB8ED4;
}
.AnyTagClassName
{
color: #FB8ED4;
}
</style>
background-color css
<style>
a { background-color: #FB8ED4; }
a { background-color: rgb(251,142,212); }
div.DivClassName
{
background-color: #FB8ED4;
}
.BgClassName
{
background-color: #FB8ED4;
}
</style>
border-color css
<style>
span { border-color: #FB8ED4; }
span { border-color: rgb(251,142,212); }
td.TdClassName
{
border-color: #FB8ED4;
}
.TagClassName
{
border-color: #FB8ED4;
}
</style>