Shades of Lavender Rose #FDACF0
Tints of Lavender Rose #FDACF0
RGB
CMYK
RGB Variations
Color information
#FDACF0 (or 0xFDACF0) is known color: Lavender Rose. HEX triplet: FD, AC and F0. RGB value is (253,172,240). Sum of RGB (Red+Green+Blue) = 253+172+240=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF0 is #02530F. Grayscale: #CBCBCB. Windows color (decimal): -152336 or 15772925. OLE color: 15772925.
HSL color Cylindrical-coordinate representation of color #FDACF0: hue angle of 309.63º 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 #FDACF0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 240 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.01 |
| HSL | 309.63º | 0.95% | 0.83% | - |
| HSV(B) | 309.63º | 0.32% | 0.99% | - |
| XYZ | 70.99 | 56.68 | 89.64 | - |
| YUV | 203.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 240 | 0 | 0.32 | 0.05 | 0.01 | 309.63 | 0.95 | 0.83 |
| Hex | FD | AC | F0 | 0 | 20 | 5 | 1 | 136 | 5F | 53 |
| Octal | 375 | 254 | 360 | 0 | 40 | 5 | 1 | 466 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11110000 | 0 | 100000 | 101 | 1 | 100110110 | 1011111 | 1010011 |
Color Harmonies of #FDACF0
Complementary color
Monochromatic Colors of #FDACF0
Black with #FDACF0
Text Example
Text Example
White with #FDACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACF0; }
p { color: rgb(253,172,240); }
H1.HeaderClassName
{
color: #FDACF0;
}
.AnyTagClassName
{
color: #FDACF0;
}
</style>
background-color css
<style>
a { background-color: #FDACF0; }
a { background-color: rgb(253,172,240); }
div.DivClassName
{
background-color: #FDACF0;
}
.BgClassName
{
background-color: #FDACF0;
}
</style>
border-color css
<style>
span { border-color: #FDACF0; }
span { border-color: rgb(253,172,240); }
td.TdClassName
{
border-color: #FDACF0;
}
.TagClassName
{
border-color: #FDACF0;
}
</style>