Shades of Tea Rose #FB90CD
Tints of Tea Rose #FB90CD
RGB
CMYK
RGB Variations
Color information
#FB90CD (or 0xFB90CD) is known color: Tea Rose. HEX triplet: FB, 90 and CD. RGB value is (251,144,205). Sum of RGB (Red+Green+Blue) = 251+144+205=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90CD is #046F32. Grayscale: #B6B6B6. Windows color (decimal): -290611 or 13471995. OLE color: 13471995.
HSL color Cylindrical-coordinate representation of color #FB90CD: hue angle of 325.79º 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 #FB90CD is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 205 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 325.79º | 0.93% | 0.77% | - |
| HSV(B) | 325.79º | 0.43% | 0.98% | - |
| XYZ | 60.78 | 44.86 | 63.21 | - |
| YUV | 182.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 205 | 0 | 0.43 | 0.18 | 0.02 | 325.79 | 0.93 | 0.77 |
| Hex | FB | 90 | CD | 0 | 2B | 12 | 2 | 146 | 5D | 4D |
| Octal | 373 | 220 | 315 | 0 | 53 | 22 | 2 | 506 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11001101 | 0 | 101011 | 10010 | 10 | 101000110 | 1011101 | 1001101 |
Color Harmonies of #FB90CD
Complementary color
Monochromatic Colors of #FB90CD
Black with #FB90CD
Text Example
Text Example
White with #FB90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90CD; }
p { color: rgb(251,144,205); }
H1.HeaderClassName
{
color: #FB90CD;
}
.AnyTagClassName
{
color: #FB90CD;
}
</style>
background-color css
<style>
a { background-color: #FB90CD; }
a { background-color: rgb(251,144,205); }
div.DivClassName
{
background-color: #FB90CD;
}
.BgClassName
{
background-color: #FB90CD;
}
</style>
border-color css
<style>
span { border-color: #FB90CD; }
span { border-color: rgb(251,144,205); }
td.TdClassName
{
border-color: #FB90CD;
}
.TagClassName
{
border-color: #FB90CD;
}
</style>