Shades of Tea Rose #FD93D2
Tints of Tea Rose #FD93D2
RGB
CMYK
RGB Variations
Color information
#FD93D2 (or 0xFD93D2) is known color: Tea Rose. HEX triplet: FD, 93 and D2. RGB value is (253,147,210). Sum of RGB (Red+Green+Blue) = 253+147+210=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD93D2 is #026C2D. Grayscale: #B9B9B9. Windows color (decimal): -158766 or 13800445. OLE color: 13800445.
HSL color Cylindrical-coordinate representation of color #FD93D2: hue angle of 324.34º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93D2 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 210 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.01 |
| HSL | 324.34º | 0.96% | 0.78% | - |
| HSV(B) | 324.34º | 0.42% | 0.99% | - |
| XYZ | 62.57 | 46.4 | 66.63 | - |
| YUV | 185.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 210 | 0 | 0.42 | 0.17 | 0.01 | 324.34 | 0.96 | 0.78 |
| Hex | FD | 93 | D2 | 0 | 2A | 11 | 1 | 144 | 60 | 4E |
| Octal | 375 | 223 | 322 | 0 | 52 | 21 | 1 | 504 | 140 | 116 |
| Binary | 11111101 | 10010011 | 11010010 | 0 | 101010 | 10001 | 1 | 101000100 | 1100000 | 1001110 |
Color Harmonies of #FD93D2
Complementary color
Monochromatic Colors of #FD93D2
Black with #FD93D2
Text Example
Text Example
White with #FD93D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD93D2; }
p { color: rgb(253,147,210); }
H1.HeaderClassName
{
color: #FD93D2;
}
.AnyTagClassName
{
color: #FD93D2;
}
</style>
background-color css
<style>
a { background-color: #FD93D2; }
a { background-color: rgb(253,147,210); }
div.DivClassName
{
background-color: #FD93D2;
}
.BgClassName
{
background-color: #FD93D2;
}
</style>
border-color css
<style>
span { border-color: #FD93D2; }
span { border-color: rgb(253,147,210); }
td.TdClassName
{
border-color: #FD93D2;
}
.TagClassName
{
border-color: #FD93D2;
}
</style>