Shades of Tea Rose #FB8DC0
Tints of Tea Rose #FB8DC0
RGB
CMYK
RGB Variations
Color information
#FB8DC0 (or 0xFB8DC0) is known color: Tea Rose. HEX triplet: FB, 8D and C0. RGB value is (251,141,192). Sum of RGB (Red+Green+Blue) = 251+141+192=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC0 is #04723F. Grayscale: #B3B3B3. Windows color (decimal): -291392 or 12619259. OLE color: 12619259.
HSL color Cylindrical-coordinate representation of color #FB8DC0: hue angle of 332.18º 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 #FB8DC0 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 192 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.02 |
| HSL | 332.18º | 0.93% | 0.77% | - |
| HSV(B) | 332.18º | 0.44% | 0.98% | - |
| XYZ | 58.82 | 43.36 | 55.14 | - |
| YUV | 179.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 192 | 0 | 0.44 | 0.24 | 0.02 | 332.18 | 0.93 | 0.77 |
| Hex | FB | 8D | C0 | 0 | 2C | 18 | 2 | 14C | 5D | 4D |
| Octal | 373 | 215 | 300 | 0 | 54 | 30 | 2 | 514 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11000000 | 0 | 101100 | 11000 | 10 | 101001100 | 1011101 | 1001101 |
Color Harmonies of #FB8DC0
Complementary color
Monochromatic Colors of #FB8DC0
Black with #FB8DC0
Text Example
Text Example
White with #FB8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DC0; }
p { color: rgb(251,141,192); }
H1.HeaderClassName
{
color: #FB8DC0;
}
.AnyTagClassName
{
color: #FB8DC0;
}
</style>
background-color css
<style>
a { background-color: #FB8DC0; }
a { background-color: rgb(251,141,192); }
div.DivClassName
{
background-color: #FB8DC0;
}
.BgClassName
{
background-color: #FB8DC0;
}
</style>
border-color css
<style>
span { border-color: #FB8DC0; }
span { border-color: rgb(251,141,192); }
td.TdClassName
{
border-color: #FB8DC0;
}
.TagClassName
{
border-color: #FB8DC0;
}
</style>