Shades of Tea Rose #FB8CCA
Tints of Tea Rose #FB8CCA
RGB
CMYK
RGB Variations
Color information
#FB8CCA (or 0xFB8CCA) is known color: Tea Rose. HEX triplet: FB, 8C and CA. RGB value is (251,140,202). Sum of RGB (Red+Green+Blue) = 251+140+202=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CCA is #047335. Grayscale: #B4B4B4. Windows color (decimal): -291638 or 13274363. OLE color: 13274363.
HSL color Cylindrical-coordinate representation of color #FB8CCA: hue angle of 326.49º 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 #FB8CCA is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 202 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.02 |
| HSL | 326.49º | 0.93% | 0.77% | - |
| HSV(B) | 326.49º | 0.44% | 0.98% | - |
| XYZ | 59.82 | 43.53 | 61.13 | - |
| YUV | 180.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 202 | 0 | 0.44 | 0.20 | 0.02 | 326.49 | 0.93 | 0.77 |
| Hex | FB | 8C | CA | 0 | 2C | 14 | 2 | 146 | 5D | 4D |
| Octal | 373 | 214 | 312 | 0 | 54 | 24 | 2 | 506 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11001010 | 0 | 101100 | 10100 | 10 | 101000110 | 1011101 | 1001101 |
Color Harmonies of #FB8CCA
Complementary color
Monochromatic Colors of #FB8CCA
Black with #FB8CCA
Text Example
Text Example
White with #FB8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CCA; }
p { color: rgb(251,140,202); }
H1.HeaderClassName
{
color: #FB8CCA;
}
.AnyTagClassName
{
color: #FB8CCA;
}
</style>
background-color css
<style>
a { background-color: #FB8CCA; }
a { background-color: rgb(251,140,202); }
div.DivClassName
{
background-color: #FB8CCA;
}
.BgClassName
{
background-color: #FB8CCA;
}
</style>
border-color css
<style>
span { border-color: #FB8CCA; }
span { border-color: rgb(251,140,202); }
td.TdClassName
{
border-color: #FB8CCA;
}
.TagClassName
{
border-color: #FB8CCA;
}
</style>