Shades of Lavender Rose #FDA7FE
Tints of Lavender Rose #FDA7FE
RGB
CMYK
RGB Variations
Color information
#FDA7FE (or 0xFDA7FE) is known color: Lavender Rose. HEX triplet: FD, A7 and FE. RGB value is (253,167,254). Sum of RGB (Red+Green+Blue) = 253+167+254=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 167 (65.62% from 255 or 24.78% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA7FE is #025801. Grayscale: #CACACA. Windows color (decimal): -153602 or 16689149. OLE color: 16689149.
HSL color Cylindrical-coordinate representation of color #FDA7FE: hue angle of 299.31º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7FE is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 167 | 254 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.00 |
| HSL | 299.31º | 0.98% | 0.83% | - |
| HSV(B) | 299.31º | 0.34% | 1% | - |
| XYZ | 72.22 | 55.68 | 100.71 | - |
| YUV | 202.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 254 | 0.00 | 0.34 | 0 | 0.00 | 299.31 | 0.98 | 0.83 |
| Hex | FD | A7 | FE | 0 | 22 | 0 | 0 | 12B | 62 | 53 |
| Octal | 375 | 247 | 376 | 0 | 42 | 0 | 0 | 453 | 142 | 123 |
| Binary | 11111101 | 10100111 | 11111110 | 0 | 100010 | 0 | 0 | 100101011 | 1100010 | 1010011 |
Color Harmonies of #FDA7FE
Complementary color
Monochromatic Colors of #FDA7FE
Black with #FDA7FE
Text Example
Text Example
White with #FDA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7FE; }
p { color: rgb(253,167,254); }
H1.HeaderClassName
{
color: #FDA7FE;
}
.AnyTagClassName
{
color: #FDA7FE;
}
</style>
background-color css
<style>
a { background-color: #FDA7FE; }
a { background-color: rgb(253,167,254); }
div.DivClassName
{
background-color: #FDA7FE;
}
.BgClassName
{
background-color: #FDA7FE;
}
</style>
border-color css
<style>
span { border-color: #FDA7FE; }
span { border-color: rgb(253,167,254); }
td.TdClassName
{
border-color: #FDA7FE;
}
.TagClassName
{
border-color: #FDA7FE;
}
</style>