Shades of Tea Rose #FB90D3
Tints of Tea Rose #FB90D3
RGB
CMYK
RGB Variations
Color information
#FB90D3 (or 0xFB90D3) is known color: Tea Rose. HEX triplet: FB, 90 and D3. RGB value is (251,144,211). Sum of RGB (Red+Green+Blue) = 251+144+211=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90D3 is #046F2C. Grayscale: #B7B7B7. Windows color (decimal): -290605 or 13865211. OLE color: 13865211.
HSL color Cylindrical-coordinate representation of color #FB90D3: hue angle of 322.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90D3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 211 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 322.43º | 0.93% | 0.77% | - |
| HSV(B) | 322.43º | 0.43% | 0.98% | - |
| XYZ | 61.51 | 45.16 | 67.1 | - |
| YUV | 183.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 211 | 0 | 0.43 | 0.16 | 0.02 | 322.43 | 0.93 | 0.77 |
| Hex | FB | 90 | D3 | 0 | 2B | 10 | 2 | 142 | 5D | 4D |
| Octal | 373 | 220 | 323 | 0 | 53 | 20 | 2 | 502 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11010011 | 0 | 101011 | 10000 | 10 | 101000010 | 1011101 | 1001101 |
Color Harmonies of #FB90D3
Complementary color
Monochromatic Colors of #FB90D3
Black with #FB90D3
Text Example
Text Example
White with #FB90D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90D3; }
p { color: rgb(251,144,211); }
H1.HeaderClassName
{
color: #FB90D3;
}
.AnyTagClassName
{
color: #FB90D3;
}
</style>
background-color css
<style>
a { background-color: #FB90D3; }
a { background-color: rgb(251,144,211); }
div.DivClassName
{
background-color: #FB90D3;
}
.BgClassName
{
background-color: #FB90D3;
}
</style>
border-color css
<style>
span { border-color: #FB90D3; }
span { border-color: rgb(251,144,211); }
td.TdClassName
{
border-color: #FB90D3;
}
.TagClassName
{
border-color: #FB90D3;
}
</style>