Shades of Tea Rose #FB8FC8
Tints of Tea Rose #FB8FC8
RGB
CMYK
RGB Variations
Color information
#FB8FC8 (or 0xFB8FC8) is known color: Tea Rose. HEX triplet: FB, 8F and C8. RGB value is (251,143,200). Sum of RGB (Red+Green+Blue) = 251+143+200=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FC8 is #047037. Grayscale: #B5B5B5. Windows color (decimal): -290872 or 13144059. OLE color: 13144059.
HSL color Cylindrical-coordinate representation of color #FB8FC8: hue angle of 328.33º 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 #FB8FC8 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 200 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.02 |
| HSL | 328.33º | 0.93% | 0.77% | - |
| HSV(B) | 328.33º | 0.43% | 0.98% | - |
| XYZ | 60.03 | 44.32 | 60.04 | - |
| YUV | 181.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 200 | 0 | 0.43 | 0.20 | 0.02 | 328.33 | 0.93 | 0.77 |
| Hex | FB | 8F | C8 | 0 | 2B | 14 | 2 | 148 | 5D | 4D |
| Octal | 373 | 217 | 310 | 0 | 53 | 24 | 2 | 510 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11001000 | 0 | 101011 | 10100 | 10 | 101001000 | 1011101 | 1001101 |
Color Harmonies of #FB8FC8
Complementary color
Monochromatic Colors of #FB8FC8
Black with #FB8FC8
Text Example
Text Example
White with #FB8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FC8; }
p { color: rgb(251,143,200); }
H1.HeaderClassName
{
color: #FB8FC8;
}
.AnyTagClassName
{
color: #FB8FC8;
}
</style>
background-color css
<style>
a { background-color: #FB8FC8; }
a { background-color: rgb(251,143,200); }
div.DivClassName
{
background-color: #FB8FC8;
}
.BgClassName
{
background-color: #FB8FC8;
}
</style>
border-color css
<style>
span { border-color: #FB8FC8; }
span { border-color: rgb(251,143,200); }
td.TdClassName
{
border-color: #FB8FC8;
}
.TagClassName
{
border-color: #FB8FC8;
}
</style>