Shades of Tea Rose #FB8AD2
Tints of Tea Rose #FB8AD2
RGB
CMYK
RGB Variations
Color information
#FB8AD2 (or 0xFB8AD2) is known color: Tea Rose. HEX triplet: FB, 8A and D2. RGB value is (251,138,210). Sum of RGB (Red+Green+Blue) = 251+138+210=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AD2 is #04752D. Grayscale: #B3B3B3. Windows color (decimal): -292142 or 13798139. OLE color: 13798139.
HSL color Cylindrical-coordinate representation of color #FB8AD2: hue angle of 321.77º 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 #FB8AD2 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 210 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.02 |
| HSL | 321.77º | 0.93% | 0.76% | - |
| HSV(B) | 321.77º | 0.45% | 0.98% | - |
| XYZ | 60.51 | 43.34 | 66.15 | - |
| YUV | 180 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 210 | 0 | 0.45 | 0.16 | 0.02 | 321.77 | 0.93 | 0.76 |
| Hex | FB | 8A | D2 | 0 | 2D | 10 | 2 | 142 | 5D | 4C |
| Octal | 373 | 212 | 322 | 0 | 55 | 20 | 2 | 502 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11010010 | 0 | 101101 | 10000 | 10 | 101000010 | 1011101 | 1001100 |
Color Harmonies of #FB8AD2
Complementary color
Monochromatic Colors of #FB8AD2
Black with #FB8AD2
Text Example
Text Example
White with #FB8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8AD2; }
p { color: rgb(251,138,210); }
H1.HeaderClassName
{
color: #FB8AD2;
}
.AnyTagClassName
{
color: #FB8AD2;
}
</style>
background-color css
<style>
a { background-color: #FB8AD2; }
a { background-color: rgb(251,138,210); }
div.DivClassName
{
background-color: #FB8AD2;
}
.BgClassName
{
background-color: #FB8AD2;
}
</style>
border-color css
<style>
span { border-color: #FB8AD2; }
span { border-color: rgb(251,138,210); }
td.TdClassName
{
border-color: #FB8AD2;
}
.TagClassName
{
border-color: #FB8AD2;
}
</style>