Shades of Lavender Rose #FDACF6
Tints of Lavender Rose #FDACF6
RGB
CMYK
RGB Variations
Color information
#FDACF6 (or 0xFDACF6) is known color: Lavender Rose. HEX triplet: FD, AC and F6. RGB value is (253,172,246). Sum of RGB (Red+Green+Blue) = 253+172+246=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF6 is #025309. Grayscale: #CCCCCC. Windows color (decimal): -152330 or 16166141. OLE color: 16166141.
HSL color Cylindrical-coordinate representation of color #FDACF6: hue angle of 305.19º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACF6 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 246 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.01 |
| HSL | 305.19º | 0.95% | 0.83% | - |
| HSV(B) | 305.19º | 0.32% | 0.99% | - |
| XYZ | 71.9 | 57.04 | 94.41 | - |
| YUV | 204.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 246 | 0 | 0.32 | 0.03 | 0.01 | 305.19 | 0.95 | 0.83 |
| Hex | FD | AC | F6 | 0 | 20 | 3 | 1 | 131 | 5F | 53 |
| Octal | 375 | 254 | 366 | 0 | 40 | 3 | 1 | 461 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11110110 | 0 | 100000 | 11 | 1 | 100110001 | 1011111 | 1010011 |
Color Harmonies of #FDACF6
Complementary color
Monochromatic Colors of #FDACF6
Black with #FDACF6
Text Example
Text Example
White with #FDACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACF6; }
p { color: rgb(253,172,246); }
H1.HeaderClassName
{
color: #FDACF6;
}
.AnyTagClassName
{
color: #FDACF6;
}
</style>
background-color css
<style>
a { background-color: #FDACF6; }
a { background-color: rgb(253,172,246); }
div.DivClassName
{
background-color: #FDACF6;
}
.BgClassName
{
background-color: #FDACF6;
}
</style>
border-color css
<style>
span { border-color: #FDACF6; }
span { border-color: rgb(253,172,246); }
td.TdClassName
{
border-color: #FDACF6;
}
.TagClassName
{
border-color: #FDACF6;
}
</style>