Shades of Tea Rose #FB90CC
Tints of Tea Rose #FB90CC
RGB
CMYK
RGB Variations
Color information
#FB90CC (or 0xFB90CC) is known color: Tea Rose. HEX triplet: FB, 90 and CC. RGB value is (251,144,204). Sum of RGB (Red+Green+Blue) = 251+144+204=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90CC is #046F33. Grayscale: #B6B6B6. Windows color (decimal): -290612 or 13406459. OLE color: 13406459.
HSL color Cylindrical-coordinate representation of color #FB90CC: hue angle of 326.36º 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 #FB90CC is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 204 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.02 |
| HSL | 326.36º | 0.93% | 0.77% | - |
| HSV(B) | 326.36º | 0.43% | 0.98% | - |
| XYZ | 60.66 | 44.82 | 62.58 | - |
| YUV | 182.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 204 | 0 | 0.43 | 0.19 | 0.02 | 326.36 | 0.93 | 0.77 |
| Hex | FB | 90 | CC | 0 | 2B | 13 | 2 | 146 | 5D | 4D |
| Octal | 373 | 220 | 314 | 0 | 53 | 23 | 2 | 506 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11001100 | 0 | 101011 | 10011 | 10 | 101000110 | 1011101 | 1001101 |
Color Harmonies of #FB90CC
Complementary color
Monochromatic Colors of #FB90CC
Black with #FB90CC
Text Example
Text Example
White with #FB90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90CC; }
p { color: rgb(251,144,204); }
H1.HeaderClassName
{
color: #FB90CC;
}
.AnyTagClassName
{
color: #FB90CC;
}
</style>
background-color css
<style>
a { background-color: #FB90CC; }
a { background-color: rgb(251,144,204); }
div.DivClassName
{
background-color: #FB90CC;
}
.BgClassName
{
background-color: #FB90CC;
}
</style>
border-color css
<style>
span { border-color: #FB90CC; }
span { border-color: rgb(251,144,204); }
td.TdClassName
{
border-color: #FB90CC;
}
.TagClassName
{
border-color: #FB90CC;
}
</style>