Shades of Lavender Rose #FDA7DF
Tints of Lavender Rose #FDA7DF
RGB
CMYK
RGB Variations
Color information
#FDA7DF (or 0xFDA7DF) is known color: Lavender Rose. HEX triplet: FD, A7 and DF. RGB value is (253,167,223). Sum of RGB (Red+Green+Blue) = 253+167+223=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7DF is #025820. Grayscale: #C6C6C6. Windows color (decimal): -153633 or 14657533. OLE color: 14657533.
HSL color Cylindrical-coordinate representation of color #FDA7DF: hue angle of 320.93º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7DF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 223 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.01 |
| HSL | 320.93º | 0.96% | 0.82% | - |
| HSV(B) | 320.93º | 0.34% | 0.99% | - |
| XYZ | 67.65 | 53.85 | 76.64 | - |
| YUV | 199.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 223 | 0 | 0.34 | 0.12 | 0.01 | 320.93 | 0.96 | 0.82 |
| Hex | FD | A7 | DF | 0 | 22 | C | 1 | 141 | 60 | 52 |
| Octal | 375 | 247 | 337 | 0 | 42 | 14 | 1 | 501 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11011111 | 0 | 100010 | 1100 | 1 | 101000001 | 1100000 | 1010010 |
Color Harmonies of #FDA7DF
Complementary color
Monochromatic Colors of #FDA7DF
Black with #FDA7DF
Text Example
Text Example
White with #FDA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7DF; }
p { color: rgb(253,167,223); }
H1.HeaderClassName
{
color: #FDA7DF;
}
.AnyTagClassName
{
color: #FDA7DF;
}
</style>
background-color css
<style>
a { background-color: #FDA7DF; }
a { background-color: rgb(253,167,223); }
div.DivClassName
{
background-color: #FDA7DF;
}
.BgClassName
{
background-color: #FDA7DF;
}
</style>
border-color css
<style>
span { border-color: #FDA7DF; }
span { border-color: rgb(253,167,223); }
td.TdClassName
{
border-color: #FDA7DF;
}
.TagClassName
{
border-color: #FDA7DF;
}
</style>