Shades of Tea Rose #FB8CC5
Tints of Tea Rose #FB8CC5
RGB
CMYK
RGB Variations
Color information
#FB8CC5 (or 0xFB8CC5) is known color: Tea Rose. HEX triplet: FB, 8C and C5. RGB value is (251,140,197). Sum of RGB (Red+Green+Blue) = 251+140+197=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CC5 is #04733A. Grayscale: #B3B3B3. Windows color (decimal): -291643 or 12946683. OLE color: 12946683.
HSL color Cylindrical-coordinate representation of color #FB8CC5: hue angle of 329.19º 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 #FB8CC5 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 197 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.02 |
| HSL | 329.19º | 0.93% | 0.77% | - |
| HSV(B) | 329.19º | 0.44% | 0.98% | - |
| XYZ | 59.24 | 43.3 | 58.06 | - |
| YUV | 179.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 197 | 0 | 0.44 | 0.22 | 0.02 | 329.19 | 0.93 | 0.77 |
| Hex | FB | 8C | C5 | 0 | 2C | 16 | 2 | 149 | 5D | 4D |
| Octal | 373 | 214 | 305 | 0 | 54 | 26 | 2 | 511 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11000101 | 0 | 101100 | 10110 | 10 | 101001001 | 1011101 | 1001101 |
Color Harmonies of #FB8CC5
Complementary color
Monochromatic Colors of #FB8CC5
Black with #FB8CC5
Text Example
Text Example
White with #FB8CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CC5; }
p { color: rgb(251,140,197); }
H1.HeaderClassName
{
color: #FB8CC5;
}
.AnyTagClassName
{
color: #FB8CC5;
}
</style>
background-color css
<style>
a { background-color: #FB8CC5; }
a { background-color: rgb(251,140,197); }
div.DivClassName
{
background-color: #FB8CC5;
}
.BgClassName
{
background-color: #FB8CC5;
}
</style>
border-color css
<style>
span { border-color: #FB8CC5; }
span { border-color: rgb(251,140,197); }
td.TdClassName
{
border-color: #FB8CC5;
}
.TagClassName
{
border-color: #FB8CC5;
}
</style>