Shades of Lavender Rose #FDACE7
Tints of Lavender Rose #FDACE7
RGB
CMYK
RGB Variations
Color information
#FDACE7 (or 0xFDACE7) is known color: Lavender Rose. HEX triplet: FD, AC and E7. RGB value is (253,172,231). Sum of RGB (Red+Green+Blue) = 253+172+231=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDACE7 is #025318. Grayscale: #CACACA. Windows color (decimal): -152345 or 15183101. OLE color: 15183101.
HSL color Cylindrical-coordinate representation of color #FDACE7: hue angle of 316.3º 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 #FDACE7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 172 | 231 | - |
CMYK | 0 | 0.32 | 0.09 | 0.01 |
HSL | 316.3º | 0.95% | 0.83% | - |
HSV(B) | 316.3º | 0.32% | 0.99% | - |
XYZ | 69.68 | 56.16 | 82.77 | - |
YUV | 202.95 | 143.84 | 163.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 172 | 231 | 0 | 0.32 | 0.09 | 0.01 | 316.3 | 0.95 | 0.83 |
Hex | FD | AC | E7 | 0 | 20 | 9 | 1 | 13C | 5F | 53 |
Octal | 375 | 254 | 347 | 0 | 40 | 11 | 1 | 474 | 137 | 123 |
Binary | 11111101 | 10101100 | 11100111 | 0 | 100000 | 1001 | 1 | 100111100 | 1011111 | 1010011 |
Color Harmonies of #FDACE7
Complementary color
Monochromatic Colors of #FDACE7
Black with #FDACE7
Text Example
Text Example
White with #FDACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACE7; }
p { color: rgb(253,172,231); }
H1.HeaderClassName
{
color: #FDACE7;
}
.AnyTagClassName
{
color: #FDACE7;
}
</style>
background-color css
<style>
a { background-color: #FDACE7; }
a { background-color: rgb(253,172,231); }
div.DivClassName
{
background-color: #FDACE7;
}
.BgClassName
{
background-color: #FDACE7;
}
</style>
border-color css
<style>
span { border-color: #FDACE7; }
span { border-color: rgb(253,172,231); }
td.TdClassName
{
border-color: #FDACE7;
}
.TagClassName
{
border-color: #FDACE7;
}
</style>