Shades of Lavender Rose #FDACF4
Tints of Lavender Rose #FDACF4
RGB
CMYK
RGB Variations
Color information
#FDACF4 (or 0xFDACF4) is known color: Lavender Rose. HEX triplet: FD, AC and F4. RGB value is (253,172,244). Sum of RGB (Red+Green+Blue) = 253+172+244=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACF4 is #02530B. Grayscale: #CCCCCC. Windows color (decimal): -152332 or 16035069. OLE color: 16035069.
HSL color Cylindrical-coordinate representation of color #FDACF4: hue angle of 306.67º 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 #FDACF4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 244 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.01 |
| HSL | 306.67º | 0.95% | 0.83% | - |
| HSV(B) | 306.67º | 0.32% | 0.99% | - |
| XYZ | 71.59 | 56.92 | 92.8 | - |
| YUV | 204.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 244 | 0 | 0.32 | 0.04 | 0.01 | 306.67 | 0.95 | 0.83 |
| Hex | FD | AC | F4 | 0 | 20 | 4 | 1 | 133 | 5F | 53 |
| Octal | 375 | 254 | 364 | 0 | 40 | 4 | 1 | 463 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11110100 | 0 | 100000 | 100 | 1 | 100110011 | 1011111 | 1010011 |
Color Harmonies of #FDACF4
Complementary color
Monochromatic Colors of #FDACF4
Black with #FDACF4
Text Example
Text Example
White with #FDACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACF4; }
p { color: rgb(253,172,244); }
H1.HeaderClassName
{
color: #FDACF4;
}
.AnyTagClassName
{
color: #FDACF4;
}
</style>
background-color css
<style>
a { background-color: #FDACF4; }
a { background-color: rgb(253,172,244); }
div.DivClassName
{
background-color: #FDACF4;
}
.BgClassName
{
background-color: #FDACF4;
}
</style>
border-color css
<style>
span { border-color: #FDACF4; }
span { border-color: rgb(253,172,244); }
td.TdClassName
{
border-color: #FDACF4;
}
.TagClassName
{
border-color: #FDACF4;
}
</style>