Shades of Lavender Rose #FDACEA
Tints of Lavender Rose #FDACEA
RGB
CMYK
RGB Variations
Color information
#FDACEA (or 0xFDACEA) is known color: Lavender Rose. HEX triplet: FD, AC and EA. RGB value is (253,172,234). Sum of RGB (Red+Green+Blue) = 253+172+234=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACEA is #025315. Grayscale: #CBCBCB. Windows color (decimal): -152342 or 15379709. OLE color: 15379709.
HSL color Cylindrical-coordinate representation of color #FDACEA: hue angle of 314.07º 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 #FDACEA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 234 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.01 |
| HSL | 314.07º | 0.95% | 0.83% | - |
| HSV(B) | 314.07º | 0.32% | 0.99% | - |
| XYZ | 70.11 | 56.33 | 85.02 | - |
| YUV | 203.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 234 | 0 | 0.32 | 0.08 | 0.01 | 314.07 | 0.95 | 0.83 |
| Hex | FD | AC | EA | 0 | 20 | 8 | 1 | 13A | 5F | 53 |
| Octal | 375 | 254 | 352 | 0 | 40 | 10 | 1 | 472 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11101010 | 0 | 100000 | 1000 | 1 | 100111010 | 1011111 | 1010011 |
Color Harmonies of #FDACEA
Complementary color
Monochromatic Colors of #FDACEA
Black with #FDACEA
Text Example
Text Example
White with #FDACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACEA; }
p { color: rgb(253,172,234); }
H1.HeaderClassName
{
color: #FDACEA;
}
.AnyTagClassName
{
color: #FDACEA;
}
</style>
background-color css
<style>
a { background-color: #FDACEA; }
a { background-color: rgb(253,172,234); }
div.DivClassName
{
background-color: #FDACEA;
}
.BgClassName
{
background-color: #FDACEA;
}
</style>
border-color css
<style>
span { border-color: #FDACEA; }
span { border-color: rgb(253,172,234); }
td.TdClassName
{
border-color: #FDACEA;
}
.TagClassName
{
border-color: #FDACEA;
}
</style>