Shades of Tea Rose #FB90C1
Tints of Tea Rose #FB90C1
RGB
CMYK
RGB Variations
Color information
#FB90C1 (or 0xFB90C1) is known color: Tea Rose. HEX triplet: FB, 90 and C1. RGB value is (251,144,193). Sum of RGB (Red+Green+Blue) = 251+144+193=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90C1 is #046F3E. Grayscale: #B5B5B5. Windows color (decimal): -290623 or 12685563. OLE color: 12685563.
HSL color Cylindrical-coordinate representation of color #FB90C1: hue angle of 332.52º 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 #FB90C1 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 193 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.02 |
| HSL | 332.52º | 0.93% | 0.77% | - |
| HSV(B) | 332.52º | 0.43% | 0.98% | - |
| XYZ | 59.38 | 44.31 | 55.87 | - |
| YUV | 181.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 193 | 0 | 0.43 | 0.23 | 0.02 | 332.52 | 0.93 | 0.77 |
| Hex | FB | 90 | C1 | 0 | 2B | 17 | 2 | 14D | 5D | 4D |
| Octal | 373 | 220 | 301 | 0 | 53 | 27 | 2 | 515 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11000001 | 0 | 101011 | 10111 | 10 | 101001101 | 1011101 | 1001101 |
Color Harmonies of #FB90C1
Complementary color
Monochromatic Colors of #FB90C1
Black with #FB90C1
Text Example
Text Example
White with #FB90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90C1; }
p { color: rgb(251,144,193); }
H1.HeaderClassName
{
color: #FB90C1;
}
.AnyTagClassName
{
color: #FB90C1;
}
</style>
background-color css
<style>
a { background-color: #FB90C1; }
a { background-color: rgb(251,144,193); }
div.DivClassName
{
background-color: #FB90C1;
}
.BgClassName
{
background-color: #FB90C1;
}
</style>
border-color css
<style>
span { border-color: #FB90C1; }
span { border-color: rgb(251,144,193); }
td.TdClassName
{
border-color: #FB90C1;
}
.TagClassName
{
border-color: #FB90C1;
}
</style>