Shades of Lavender Rose #FDACF5
Tints of Lavender Rose #FDACF5
RGB
CMYK
RGB Variations
Color information
#FDACF5 (or 0xFDACF5) is known color: Lavender Rose. HEX triplet: FD, AC and F5. RGB value is (253,172,245). Sum of RGB (Red+Green+Blue) = 253+172+245=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 172 (67.58% from 255 or 25.67% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF5 is #02530A. Grayscale: #CCCCCC. Windows color (decimal): -152331 or 16100605. OLE color: 16100605.
HSL color Cylindrical-coordinate representation of color #FDACF5: hue angle of 305.93º 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 #FDACF5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 245 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.01 |
| HSL | 305.93º | 0.95% | 0.83% | - |
| HSV(B) | 305.93º | 0.32% | 0.99% | - |
| XYZ | 71.74 | 56.98 | 93.6 | - |
| YUV | 204.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 245 | 0 | 0.32 | 0.03 | 0.01 | 305.93 | 0.95 | 0.83 |
| Hex | FD | AC | F5 | 0 | 20 | 3 | 1 | 132 | 5F | 53 |
| Octal | 375 | 254 | 365 | 0 | 40 | 3 | 1 | 462 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11110101 | 0 | 100000 | 11 | 1 | 100110010 | 1011111 | 1010011 |
Color Harmonies of #FDACF5
Complementary color
Monochromatic Colors of #FDACF5
Black with #FDACF5
Text Example
Text Example
White with #FDACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACF5; }
p { color: rgb(253,172,245); }
H1.HeaderClassName
{
color: #FDACF5;
}
.AnyTagClassName
{
color: #FDACF5;
}
</style>
background-color css
<style>
a { background-color: #FDACF5; }
a { background-color: rgb(253,172,245); }
div.DivClassName
{
background-color: #FDACF5;
}
.BgClassName
{
background-color: #FDACF5;
}
</style>
border-color css
<style>
span { border-color: #FDACF5; }
span { border-color: rgb(253,172,245); }
td.TdClassName
{
border-color: #FDACF5;
}
.TagClassName
{
border-color: #FDACF5;
}
</style>