Shades of Tea Rose #FB90C8
Tints of Tea Rose #FB90C8
RGB
CMYK
RGB Variations
Color information
#FB90C8 (or 0xFB90C8) is known color: Tea Rose. HEX triplet: FB, 90 and C8. RGB value is (251,144,200). Sum of RGB (Red+Green+Blue) = 251+144+200=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90C8 is #046F37. Grayscale: #B6B6B6. Windows color (decimal): -290616 or 13144315. OLE color: 13144315.
HSL color Cylindrical-coordinate representation of color #FB90C8: hue angle of 328.6º 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 #FB90C8 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 144 | 200 | - |
CMYK | 0 | 0.43 | 0.20 | 0.02 |
HSL | 328.6º | 0.93% | 0.77% | - |
HSV(B) | 328.6º | 0.43% | 0.98% | - |
XYZ | 60.18 | 44.63 | 60.09 | - |
YUV | 182.38 | 137.95 | 176.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 144 | 200 | 0 | 0.43 | 0.20 | 0.02 | 328.6 | 0.93 | 0.77 |
Hex | FB | 90 | C8 | 0 | 2B | 14 | 2 | 149 | 5D | 4D |
Octal | 373 | 220 | 310 | 0 | 53 | 24 | 2 | 511 | 135 | 115 |
Binary | 11111011 | 10010000 | 11001000 | 0 | 101011 | 10100 | 10 | 101001001 | 1011101 | 1001101 |
Color Harmonies of #FB90C8
Complementary color
Monochromatic Colors of #FB90C8
Black with #FB90C8
Text Example
Text Example
White with #FB90C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90C8; }
p { color: rgb(251,144,200); }
H1.HeaderClassName
{
color: #FB90C8;
}
.AnyTagClassName
{
color: #FB90C8;
}
</style>
background-color css
<style>
a { background-color: #FB90C8; }
a { background-color: rgb(251,144,200); }
div.DivClassName
{
background-color: #FB90C8;
}
.BgClassName
{
background-color: #FB90C8;
}
</style>
border-color css
<style>
span { border-color: #FB90C8; }
span { border-color: rgb(251,144,200); }
td.TdClassName
{
border-color: #FB90C8;
}
.TagClassName
{
border-color: #FB90C8;
}
</style>