Shades of Tea Rose #FD90C8
Tints of Tea Rose #FD90C8
RGB
CMYK
RGB Variations
Color information
#FD90C8 (or 0xFD90C8) is known color: Tea Rose. HEX triplet: FD, 90 and C8. RGB value is (253,144,200). Sum of RGB (Red+Green+Blue) = 253+144+200=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90C8 is #026F37. Grayscale: #B6B6B6. Windows color (decimal): -159544 or 13144317. OLE color: 13144317.
HSL color Cylindrical-coordinate representation of color #FD90C8: hue angle of 329.17º 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 #FD90C8 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 200 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.01 |
| HSL | 329.17º | 0.96% | 0.78% | - |
| HSV(B) | 329.17º | 0.43% | 0.99% | - |
| XYZ | 60.91 | 45 | 60.12 | - |
| YUV | 182.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 200 | 0 | 0.43 | 0.21 | 0.01 | 329.17 | 0.96 | 0.78 |
| Hex | FD | 90 | C8 | 0 | 2B | 15 | 1 | 149 | 60 | 4E |
| Octal | 375 | 220 | 310 | 0 | 53 | 25 | 1 | 511 | 140 | 116 |
| Binary | 11111101 | 10010000 | 11001000 | 0 | 101011 | 10101 | 1 | 101001001 | 1100000 | 1001110 |
Color Harmonies of #FD90C8
Complementary color
Monochromatic Colors of #FD90C8
Black with #FD90C8
Text Example
Text Example
White with #FD90C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90C8; }
p { color: rgb(253,144,200); }
H1.HeaderClassName
{
color: #FD90C8;
}
.AnyTagClassName
{
color: #FD90C8;
}
</style>
background-color css
<style>
a { background-color: #FD90C8; }
a { background-color: rgb(253,144,200); }
div.DivClassName
{
background-color: #FD90C8;
}
.BgClassName
{
background-color: #FD90C8;
}
</style>
border-color css
<style>
span { border-color: #FD90C8; }
span { border-color: rgb(253,144,200); }
td.TdClassName
{
border-color: #FD90C8;
}
.TagClassName
{
border-color: #FD90C8;
}
</style>