Shades of Tea Rose #FA92CB
Tints of Tea Rose #FA92CB
RGB
CMYK
RGB Variations
Color information
#FA92CB (or 0xFA92CB) is known color: Tea Rose. HEX triplet: FA, 92 and CB. RGB value is (250,146,203). Sum of RGB (Red+Green+Blue) = 250+146+203=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92CB is #056D34. Grayscale: #B7B7B7. Windows color (decimal): -355637 or 13341434. OLE color: 13341434.
HSL color Cylindrical-coordinate representation of color #FA92CB: hue angle of 327.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92CB is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 203 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.02 |
| HSL | 327.12º | 0.91% | 0.78% | - |
| HSV(B) | 327.12º | 0.42% | 0.98% | - |
| XYZ | 60.48 | 45.19 | 62.04 | - |
| YUV | 183.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 203 | 0 | 0.42 | 0.19 | 0.02 | 327.12 | 0.91 | 0.78 |
| Hex | FA | 92 | CB | 0 | 2A | 13 | 2 | 147 | 5B | 4E |
| Octal | 372 | 222 | 313 | 0 | 52 | 23 | 2 | 507 | 133 | 116 |
| Binary | 11111010 | 10010010 | 11001011 | 0 | 101010 | 10011 | 10 | 101000111 | 1011011 | 1001110 |
Color Harmonies of #FA92CB
Complementary color
Monochromatic Colors of #FA92CB
Black with #FA92CB
Text Example
Text Example
White with #FA92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA92CB; }
p { color: rgb(250,146,203); }
H1.HeaderClassName
{
color: #FA92CB;
}
.AnyTagClassName
{
color: #FA92CB;
}
</style>
background-color css
<style>
a { background-color: #FA92CB; }
a { background-color: rgb(250,146,203); }
div.DivClassName
{
background-color: #FA92CB;
}
.BgClassName
{
background-color: #FA92CB;
}
</style>
border-color css
<style>
span { border-color: #FA92CB; }
span { border-color: rgb(250,146,203); }
td.TdClassName
{
border-color: #FA92CB;
}
.TagClassName
{
border-color: #FA92CB;
}
</style>