Shades of Tea Rose #FB8AD3
Tints of Tea Rose #FB8AD3
RGB
CMYK
RGB Variations
Color information
#FB8AD3 (or 0xFB8AD3) is known color: Tea Rose. HEX triplet: FB, 8A and D3. RGB value is (251,138,211). Sum of RGB (Red+Green+Blue) = 251+138+211=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AD3 is #04752C. Grayscale: #B3B3B3. Windows color (decimal): -292141 or 13863675. OLE color: 13863675.
HSL color Cylindrical-coordinate representation of color #FB8AD3: hue angle of 321.24º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8AD3 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 211 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.02 |
| HSL | 321.24º | 0.93% | 0.76% | - |
| HSV(B) | 321.24º | 0.45% | 0.98% | - |
| XYZ | 60.63 | 43.39 | 66.81 | - |
| YUV | 180.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 211 | 0 | 0.45 | 0.16 | 0.02 | 321.24 | 0.93 | 0.76 |
| Hex | FB | 8A | D3 | 0 | 2D | 10 | 2 | 141 | 5D | 4C |
| Octal | 373 | 212 | 323 | 0 | 55 | 20 | 2 | 501 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11010011 | 0 | 101101 | 10000 | 10 | 101000001 | 1011101 | 1001100 |
Color Harmonies of #FB8AD3
Complementary color
Monochromatic Colors of #FB8AD3
Black with #FB8AD3
Text Example
Text Example
White with #FB8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8AD3; }
p { color: rgb(251,138,211); }
H1.HeaderClassName
{
color: #FB8AD3;
}
.AnyTagClassName
{
color: #FB8AD3;
}
</style>
background-color css
<style>
a { background-color: #FB8AD3; }
a { background-color: rgb(251,138,211); }
div.DivClassName
{
background-color: #FB8AD3;
}
.BgClassName
{
background-color: #FB8AD3;
}
</style>
border-color css
<style>
span { border-color: #FB8AD3; }
span { border-color: rgb(251,138,211); }
td.TdClassName
{
border-color: #FB8AD3;
}
.TagClassName
{
border-color: #FB8AD3;
}
</style>