Shades of Lavender Rose #FDA8E7
Tints of Lavender Rose #FDA8E7
RGB
CMYK
RGB Variations
Color information
#FDA8E7 (or 0xFDA8E7) is known color: Lavender Rose. HEX triplet: FD, A8 and E7. RGB value is (253,168,231). Sum of RGB (Red+Green+Blue) = 253+168+231=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8E7 is #025718. Grayscale: #C8C8C8. Windows color (decimal): -153369 or 15182077. OLE color: 15182077.
HSL color Cylindrical-coordinate representation of color #FDA8E7: hue angle of 315.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8E7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 231 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.01 |
| HSL | 315.53º | 0.96% | 0.83% | - |
| HSV(B) | 315.53º | 0.34% | 0.99% | - |
| XYZ | 68.93 | 54.66 | 82.52 | - |
| YUV | 200.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 231 | 0 | 0.34 | 0.09 | 0.01 | 315.53 | 0.96 | 0.83 |
| Hex | FD | A8 | E7 | 0 | 22 | 9 | 1 | 13C | 60 | 53 |
| Octal | 375 | 250 | 347 | 0 | 42 | 11 | 1 | 474 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11100111 | 0 | 100010 | 1001 | 1 | 100111100 | 1100000 | 1010011 |
Color Harmonies of #FDA8E7
Complementary color
Monochromatic Colors of #FDA8E7
Black with #FDA8E7
Text Example
Text Example
White with #FDA8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8E7; }
p { color: rgb(253,168,231); }
H1.HeaderClassName
{
color: #FDA8E7;
}
.AnyTagClassName
{
color: #FDA8E7;
}
</style>
background-color css
<style>
a { background-color: #FDA8E7; }
a { background-color: rgb(253,168,231); }
div.DivClassName
{
background-color: #FDA8E7;
}
.BgClassName
{
background-color: #FDA8E7;
}
</style>
border-color css
<style>
span { border-color: #FDA8E7; }
span { border-color: rgb(253,168,231); }
td.TdClassName
{
border-color: #FDA8E7;
}
.TagClassName
{
border-color: #FDA8E7;
}
</style>