Shades of Tea Rose #FB8DCA
Tints of Tea Rose #FB8DCA
RGB
CMYK
RGB Variations
Color information
#FB8DCA (or 0xFB8DCA) is known color: Tea Rose. HEX triplet: FB, 8D and CA. RGB value is (251,141,202). Sum of RGB (Red+Green+Blue) = 251+141+202=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DCA is #047235. Grayscale: #B4B4B4. Windows color (decimal): -291382 or 13274619. OLE color: 13274619.
HSL color Cylindrical-coordinate representation of color #FB8DCA: hue angle of 326.73º 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 #FB8DCA is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 202 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.02 |
| HSL | 326.73º | 0.93% | 0.77% | - |
| HSV(B) | 326.73º | 0.44% | 0.98% | - |
| XYZ | 59.97 | 43.82 | 61.18 | - |
| YUV | 180.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 202 | 0 | 0.44 | 0.20 | 0.02 | 326.73 | 0.93 | 0.77 |
| Hex | FB | 8D | CA | 0 | 2C | 14 | 2 | 147 | 5D | 4D |
| Octal | 373 | 215 | 312 | 0 | 54 | 24 | 2 | 507 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11001010 | 0 | 101100 | 10100 | 10 | 101000111 | 1011101 | 1001101 |
Color Harmonies of #FB8DCA
Complementary color
Monochromatic Colors of #FB8DCA
Black with #FB8DCA
Text Example
Text Example
White with #FB8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DCA; }
p { color: rgb(251,141,202); }
H1.HeaderClassName
{
color: #FB8DCA;
}
.AnyTagClassName
{
color: #FB8DCA;
}
</style>
background-color css
<style>
a { background-color: #FB8DCA; }
a { background-color: rgb(251,141,202); }
div.DivClassName
{
background-color: #FB8DCA;
}
.BgClassName
{
background-color: #FB8DCA;
}
</style>
border-color css
<style>
span { border-color: #FB8DCA; }
span { border-color: rgb(251,141,202); }
td.TdClassName
{
border-color: #FB8DCA;
}
.TagClassName
{
border-color: #FB8DCA;
}
</style>