Shades of Lavender Rose #FDACFF
Tints of Lavender Rose #FDACFF
RGB
CMYK
RGB Variations
Color information
#FDACFF (or 0xFDACFF) is known color: Lavender Rose. HEX triplet: FD, AC and FF. RGB value is (253,172,255). Sum of RGB (Red+Green+Blue) = 253+172+255=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 172 (67.58% from 255 or 25.29% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACFF is #025300. Grayscale: #CDCDCD. Windows color (decimal): -152321 or 16755965. OLE color: 16755965.
HSL color Cylindrical-coordinate representation of color #FDACFF: hue angle of 298.55º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDACFF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 172 | 255 | - |
| CMYK | 0.01 | 0.33 | 0 | 0 |
| HSL | 298.55º | 1% | 0.84% | - |
| HSV(B) | 298.55º | 0.33% | 1% | - |
| XYZ | 73.31 | 57.61 | 101.86 | - |
| YUV | 205.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 255 | 0.01 | 0.33 | 0 | 0 | 298.55 | 1 | 0.84 |
| Hex | FD | AC | FF | 1 | 21 | 0 | 0 | 12B | 64 | 54 |
| Octal | 375 | 254 | 377 | 1 | 41 | 0 | 0 | 453 | 144 | 124 |
| Binary | 11111101 | 10101100 | 11111111 | 1 | 100001 | 0 | 0 | 100101011 | 1100100 | 1010100 |
Color Harmonies of #FDACFF
Complementary color
Monochromatic Colors of #FDACFF
Black with #FDACFF
Text Example
Text Example
White with #FDACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACFF; }
p { color: rgb(253,172,255); }
H1.HeaderClassName
{
color: #FDACFF;
}
.AnyTagClassName
{
color: #FDACFF;
}
</style>
background-color css
<style>
a { background-color: #FDACFF; }
a { background-color: rgb(253,172,255); }
div.DivClassName
{
background-color: #FDACFF;
}
.BgClassName
{
background-color: #FDACFF;
}
</style>
border-color css
<style>
span { border-color: #FDACFF; }
span { border-color: rgb(253,172,255); }
td.TdClassName
{
border-color: #FDACFF;
}
.TagClassName
{
border-color: #FDACFF;
}
</style>