Shades of Tea Rose #FB90C2
Tints of Tea Rose #FB90C2
RGB
CMYK
RGB Variations
Color information
#FB90C2 (or 0xFB90C2) is known color: Tea Rose. HEX triplet: FB, 90 and C2. RGB value is (251,144,194). Sum of RGB (Red+Green+Blue) = 251+144+194=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90C2 is #046F3D. Grayscale: #B5B5B5. Windows color (decimal): -290622 or 12751099. OLE color: 12751099.
HSL color Cylindrical-coordinate representation of color #FB90C2: hue angle of 331.96º 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 #FB90C2 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 194 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.02 |
| HSL | 331.96º | 0.93% | 0.77% | - |
| HSV(B) | 331.96º | 0.43% | 0.98% | - |
| XYZ | 59.49 | 44.35 | 56.46 | - |
| YUV | 181.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 194 | 0 | 0.43 | 0.23 | 0.02 | 331.96 | 0.93 | 0.77 |
| Hex | FB | 90 | C2 | 0 | 2B | 17 | 2 | 14C | 5D | 4D |
| Octal | 373 | 220 | 302 | 0 | 53 | 27 | 2 | 514 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11000010 | 0 | 101011 | 10111 | 10 | 101001100 | 1011101 | 1001101 |
Color Harmonies of #FB90C2
Complementary color
Monochromatic Colors of #FB90C2
Black with #FB90C2
Text Example
Text Example
White with #FB90C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90C2; }
p { color: rgb(251,144,194); }
H1.HeaderClassName
{
color: #FB90C2;
}
.AnyTagClassName
{
color: #FB90C2;
}
</style>
background-color css
<style>
a { background-color: #FB90C2; }
a { background-color: rgb(251,144,194); }
div.DivClassName
{
background-color: #FB90C2;
}
.BgClassName
{
background-color: #FB90C2;
}
</style>
border-color css
<style>
span { border-color: #FB90C2; }
span { border-color: rgb(251,144,194); }
td.TdClassName
{
border-color: #FB90C2;
}
.TagClassName
{
border-color: #FB90C2;
}
</style>