Shades of Tea Rose #FD92C7
Tints of Tea Rose #FD92C7
RGB
CMYK
RGB Variations
Color information
#FD92C7 (or 0xFD92C7) is known color: Tea Rose. HEX triplet: FD, 92 and C7. RGB value is (253,146,199). Sum of RGB (Red+Green+Blue) = 253+146+199=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92C7 is #026D38. Grayscale: #B7B7B7. Windows color (decimal): -159033 or 13079293. OLE color: 13079293.
HSL color Cylindrical-coordinate representation of color #FD92C7: hue angle of 330.28º 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 #FD92C7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 199 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.01 |
| HSL | 330.28º | 0.96% | 0.78% | - |
| HSV(B) | 330.28º | 0.42% | 0.99% | - |
| XYZ | 61.1 | 45.56 | 59.61 | - |
| YUV | 184.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 199 | 0 | 0.42 | 0.21 | 0.01 | 330.28 | 0.96 | 0.78 |
| Hex | FD | 92 | C7 | 0 | 2A | 15 | 1 | 14A | 60 | 4E |
| Octal | 375 | 222 | 307 | 0 | 52 | 25 | 1 | 512 | 140 | 116 |
| Binary | 11111101 | 10010010 | 11000111 | 0 | 101010 | 10101 | 1 | 101001010 | 1100000 | 1001110 |
Color Harmonies of #FD92C7
Complementary color
Monochromatic Colors of #FD92C7
Black with #FD92C7
Text Example
Text Example
White with #FD92C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD92C7; }
p { color: rgb(253,146,199); }
H1.HeaderClassName
{
color: #FD92C7;
}
.AnyTagClassName
{
color: #FD92C7;
}
</style>
background-color css
<style>
a { background-color: #FD92C7; }
a { background-color: rgb(253,146,199); }
div.DivClassName
{
background-color: #FD92C7;
}
.BgClassName
{
background-color: #FD92C7;
}
</style>
border-color css
<style>
span { border-color: #FD92C7; }
span { border-color: rgb(253,146,199); }
td.TdClassName
{
border-color: #FD92C7;
}
.TagClassName
{
border-color: #FD92C7;
}
</style>