Shades of Lavender Rose #FD92DF
Tints of Lavender Rose #FD92DF
RGB
CMYK
RGB Variations
Color information
#FD92DF (or 0xFD92DF) is known color: Lavender Rose. HEX triplet: FD, 92 and DF. RGB value is (253,146,223). Sum of RGB (Red+Green+Blue) = 253+146+223=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92DF is #026D20. Grayscale: #BABABA. Windows color (decimal): -159009 or 14652157. OLE color: 14652157.
HSL color Cylindrical-coordinate representation of color #FD92DF: hue angle of 316.82º 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 #FD92DF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 223 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.01 |
| HSL | 316.82º | 0.96% | 0.78% | - |
| HSV(B) | 316.82º | 0.42% | 0.99% | - |
| XYZ | 64.11 | 46.77 | 75.46 | - |
| YUV | 186.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 223 | 0 | 0.42 | 0.12 | 0.01 | 316.82 | 0.96 | 0.78 |
| Hex | FD | 92 | DF | 0 | 2A | C | 1 | 13D | 60 | 4E |
| Octal | 375 | 222 | 337 | 0 | 52 | 14 | 1 | 475 | 140 | 116 |
| Binary | 11111101 | 10010010 | 11011111 | 0 | 101010 | 1100 | 1 | 100111101 | 1100000 | 1001110 |
Color Harmonies of #FD92DF
Complementary color
Monochromatic Colors of #FD92DF
Black with #FD92DF
Text Example
Text Example
White with #FD92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD92DF; }
p { color: rgb(253,146,223); }
H1.HeaderClassName
{
color: #FD92DF;
}
.AnyTagClassName
{
color: #FD92DF;
}
</style>
background-color css
<style>
a { background-color: #FD92DF; }
a { background-color: rgb(253,146,223); }
div.DivClassName
{
background-color: #FD92DF;
}
.BgClassName
{
background-color: #FD92DF;
}
</style>
border-color css
<style>
span { border-color: #FD92DF; }
span { border-color: rgb(253,146,223); }
td.TdClassName
{
border-color: #FD92DF;
}
.TagClassName
{
border-color: #FD92DF;
}
</style>