Shades of Tea Rose #FB90CF
Tints of Tea Rose #FB90CF
RGB
CMYK
RGB Variations
Color information
#FB90CF (or 0xFB90CF) is known color: Tea Rose. HEX triplet: FB, 90 and CF. RGB value is (251,144,207). Sum of RGB (Red+Green+Blue) = 251+144+207=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90CF is #046F30. Grayscale: #B7B7B7. Windows color (decimal): -290609 or 13603067. OLE color: 13603067.
HSL color Cylindrical-coordinate representation of color #FB90CF: hue angle of 324.67º 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 #FB90CF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 207 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 324.67º | 0.93% | 0.77% | - |
| HSV(B) | 324.67º | 0.43% | 0.98% | - |
| XYZ | 61.02 | 44.96 | 64.49 | - |
| YUV | 183.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 207 | 0 | 0.43 | 0.18 | 0.02 | 324.67 | 0.93 | 0.77 |
| Hex | FB | 90 | CF | 0 | 2B | 12 | 2 | 145 | 5D | 4D |
| Octal | 373 | 220 | 317 | 0 | 53 | 22 | 2 | 505 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11001111 | 0 | 101011 | 10010 | 10 | 101000101 | 1011101 | 1001101 |
Color Harmonies of #FB90CF
Complementary color
Monochromatic Colors of #FB90CF
Black with #FB90CF
Text Example
Text Example
White with #FB90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90CF; }
p { color: rgb(251,144,207); }
H1.HeaderClassName
{
color: #FB90CF;
}
.AnyTagClassName
{
color: #FB90CF;
}
</style>
background-color css
<style>
a { background-color: #FB90CF; }
a { background-color: rgb(251,144,207); }
div.DivClassName
{
background-color: #FB90CF;
}
.BgClassName
{
background-color: #FB90CF;
}
</style>
border-color css
<style>
span { border-color: #FB90CF; }
span { border-color: rgb(251,144,207); }
td.TdClassName
{
border-color: #FB90CF;
}
.TagClassName
{
border-color: #FB90CF;
}
</style>