Shades of Tea Rose #FD90D2
Tints of Tea Rose #FD90D2
RGB
CMYK
RGB Variations
Color information
#FD90D2 (or 0xFD90D2) is known color: Tea Rose. HEX triplet: FD, 90 and D2. RGB value is (253,144,210). Sum of RGB (Red+Green+Blue) = 253+144+210=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90D2 is #026F2D. Grayscale: #B7B7B7. Windows color (decimal): -159534 or 13799677. OLE color: 13799677.
HSL color Cylindrical-coordinate representation of color #FD90D2: hue angle of 323.67º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90D2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 210 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.01 |
| HSL | 323.67º | 0.96% | 0.78% | - |
| HSV(B) | 323.67º | 0.43% | 0.99% | - |
| XYZ | 62.11 | 45.48 | 66.48 | - |
| YUV | 184.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 210 | 0 | 0.43 | 0.17 | 0.01 | 323.67 | 0.96 | 0.78 |
| Hex | FD | 90 | D2 | 0 | 2B | 11 | 1 | 144 | 60 | 4E |
| Octal | 375 | 220 | 322 | 0 | 53 | 21 | 1 | 504 | 140 | 116 |
| Binary | 11111101 | 10010000 | 11010010 | 0 | 101011 | 10001 | 1 | 101000100 | 1100000 | 1001110 |
Color Harmonies of #FD90D2
Complementary color
Monochromatic Colors of #FD90D2
Black with #FD90D2
Text Example
Text Example
White with #FD90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90D2; }
p { color: rgb(253,144,210); }
H1.HeaderClassName
{
color: #FD90D2;
}
.AnyTagClassName
{
color: #FD90D2;
}
</style>
background-color css
<style>
a { background-color: #FD90D2; }
a { background-color: rgb(253,144,210); }
div.DivClassName
{
background-color: #FD90D2;
}
.BgClassName
{
background-color: #FD90D2;
}
</style>
border-color css
<style>
span { border-color: #FD90D2; }
span { border-color: rgb(253,144,210); }
td.TdClassName
{
border-color: #FD90D2;
}
.TagClassName
{
border-color: #FD90D2;
}
</style>