Shades of Tea Rose #FD91C8
Tints of Tea Rose #FD91C8
RGB
CMYK
RGB Variations
Color information
#FD91C8 (or 0xFD91C8) is known color: Tea Rose. HEX triplet: FD, 91 and C8. RGB value is (253,145,200). Sum of RGB (Red+Green+Blue) = 253+145+200=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD91C8 is #026E37. Grayscale: #B7B7B7. Windows color (decimal): -159288 or 13144573. OLE color: 13144573.
HSL color Cylindrical-coordinate representation of color #FD91C8: hue angle of 329.44º 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 #FD91C8 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 200 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.01 |
| HSL | 329.44º | 0.96% | 0.78% | - |
| HSV(B) | 329.44º | 0.43% | 0.99% | - |
| XYZ | 61.06 | 45.3 | 60.17 | - |
| YUV | 183.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 200 | 0 | 0.43 | 0.21 | 0.01 | 329.44 | 0.96 | 0.78 |
| Hex | FD | 91 | C8 | 0 | 2B | 15 | 1 | 149 | 60 | 4E |
| Octal | 375 | 221 | 310 | 0 | 53 | 25 | 1 | 511 | 140 | 116 |
| Binary | 11111101 | 10010001 | 11001000 | 0 | 101011 | 10101 | 1 | 101001001 | 1100000 | 1001110 |
Color Harmonies of #FD91C8
Complementary color
Monochromatic Colors of #FD91C8
Black with #FD91C8
Text Example
Text Example
White with #FD91C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD91C8; }
p { color: rgb(253,145,200); }
H1.HeaderClassName
{
color: #FD91C8;
}
.AnyTagClassName
{
color: #FD91C8;
}
</style>
background-color css
<style>
a { background-color: #FD91C8; }
a { background-color: rgb(253,145,200); }
div.DivClassName
{
background-color: #FD91C8;
}
.BgClassName
{
background-color: #FD91C8;
}
</style>
border-color css
<style>
span { border-color: #FD91C8; }
span { border-color: rgb(253,145,200); }
td.TdClassName
{
border-color: #FD91C8;
}
.TagClassName
{
border-color: #FD91C8;
}
</style>