Shades of Tea Rose #FA93CB
Tints of Tea Rose #FA93CB
RGB
CMYK
RGB Variations
Color information
#FA93CB (or 0xFA93CB) is known color: Tea Rose. HEX triplet: FA, 93 and CB. RGB value is (250,147,203). Sum of RGB (Red+Green+Blue) = 250+147+203=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93CB is #056C34. Grayscale: #B8B8B8. Windows color (decimal): -355381 or 13341690. OLE color: 13341690.
HSL color Cylindrical-coordinate representation of color #FA93CB: hue angle of 327.38º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93CB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 203 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.02 |
| HSL | 327.38º | 0.91% | 0.78% | - |
| HSV(B) | 327.38º | 0.41% | 0.98% | - |
| XYZ | 60.64 | 45.5 | 62.09 | - |
| YUV | 184.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 203 | 0 | 0.41 | 0.19 | 0.02 | 327.38 | 0.91 | 0.78 |
| Hex | FA | 93 | CB | 0 | 29 | 13 | 2 | 147 | 5B | 4E |
| Octal | 372 | 223 | 313 | 0 | 51 | 23 | 2 | 507 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11001011 | 0 | 101001 | 10011 | 10 | 101000111 | 1011011 | 1001110 |
Color Harmonies of #FA93CB
Complementary color
Monochromatic Colors of #FA93CB
Black with #FA93CB
Text Example
Text Example
White with #FA93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93CB; }
p { color: rgb(250,147,203); }
H1.HeaderClassName
{
color: #FA93CB;
}
.AnyTagClassName
{
color: #FA93CB;
}
</style>
background-color css
<style>
a { background-color: #FA93CB; }
a { background-color: rgb(250,147,203); }
div.DivClassName
{
background-color: #FA93CB;
}
.BgClassName
{
background-color: #FA93CB;
}
</style>
border-color css
<style>
span { border-color: #FA93CB; }
span { border-color: rgb(250,147,203); }
td.TdClassName
{
border-color: #FA93CB;
}
.TagClassName
{
border-color: #FA93CB;
}
</style>