Shades of Tea Rose #FB8DC8
Tints of Tea Rose #FB8DC8
RGB
CMYK
RGB Variations
Color information
#FB8DC8 (or 0xFB8DC8) is known color: Tea Rose. HEX triplet: FB, 8D and C8. RGB value is (251,141,200). Sum of RGB (Red+Green+Blue) = 251+141+200=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC8 is #047237. Grayscale: #B4B4B4. Windows color (decimal): -291384 or 13143547. OLE color: 13143547.
HSL color Cylindrical-coordinate representation of color #FB8DC8: hue angle of 327.82º 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 #FB8DC8 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 200 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.02 |
| HSL | 327.82º | 0.93% | 0.77% | - |
| HSV(B) | 327.82º | 0.44% | 0.98% | - |
| XYZ | 59.73 | 43.73 | 59.94 | - |
| YUV | 180.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 200 | 0 | 0.44 | 0.20 | 0.02 | 327.82 | 0.93 | 0.77 |
| Hex | FB | 8D | C8 | 0 | 2C | 14 | 2 | 148 | 5D | 4D |
| Octal | 373 | 215 | 310 | 0 | 54 | 24 | 2 | 510 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11001000 | 0 | 101100 | 10100 | 10 | 101001000 | 1011101 | 1001101 |
Color Harmonies of #FB8DC8
Complementary color
Monochromatic Colors of #FB8DC8
Black with #FB8DC8
Text Example
Text Example
White with #FB8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DC8; }
p { color: rgb(251,141,200); }
H1.HeaderClassName
{
color: #FB8DC8;
}
.AnyTagClassName
{
color: #FB8DC8;
}
</style>
background-color css
<style>
a { background-color: #FB8DC8; }
a { background-color: rgb(251,141,200); }
div.DivClassName
{
background-color: #FB8DC8;
}
.BgClassName
{
background-color: #FB8DC8;
}
</style>
border-color css
<style>
span { border-color: #FB8DC8; }
span { border-color: rgb(251,141,200); }
td.TdClassName
{
border-color: #FB8DC8;
}
.TagClassName
{
border-color: #FB8DC8;
}
</style>