Shades of Lavender Rose #FDAAF5
Tints of Lavender Rose #FDAAF5
RGB
CMYK
RGB Variations
Color information
#FDAAF5 (or 0xFDAAF5) is known color: Lavender Rose. HEX triplet: FD, AA and F5. RGB value is (253,170,245). Sum of RGB (Red+Green+Blue) = 253+170+245=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 170 (66.80% from 255 or 25.45% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAF5 is #02550A. Grayscale: #CBCBCB. Windows color (decimal): -152843 or 16100093. OLE color: 16100093.
HSL color Cylindrical-coordinate representation of color #FDAAF5: hue angle of 305.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAF5 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 245 | - |
CMYK | 0 | 0.33 | 0.03 | 0.01 |
HSL | 305.78º | 0.95% | 0.83% | - |
HSV(B) | 305.78º | 0.33% | 0.99% | - |
XYZ | 71.36 | 56.22 | 93.48 | - |
YUV | 203.37 | 151.5 | 163.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 245 | 0 | 0.33 | 0.03 | 0.01 | 305.78 | 0.95 | 0.83 |
Hex | FD | AA | F5 | 0 | 21 | 3 | 1 | 132 | 5F | 53 |
Octal | 375 | 252 | 365 | 0 | 41 | 3 | 1 | 462 | 137 | 123 |
Binary | 11111101 | 10101010 | 11110101 | 0 | 100001 | 11 | 1 | 100110010 | 1011111 | 1010011 |
Color Harmonies of #FDAAF5
Complementary color
Monochromatic Colors of #FDAAF5
Black with #FDAAF5
Text Example
Text Example
White with #FDAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAF5; }
p { color: rgb(253,170,245); }
H1.HeaderClassName
{
color: #FDAAF5;
}
.AnyTagClassName
{
color: #FDAAF5;
}
</style>
background-color css
<style>
a { background-color: #FDAAF5; }
a { background-color: rgb(253,170,245); }
div.DivClassName
{
background-color: #FDAAF5;
}
.BgClassName
{
background-color: #FDAAF5;
}
</style>
border-color css
<style>
span { border-color: #FDAAF5; }
span { border-color: rgb(253,170,245); }
td.TdClassName
{
border-color: #FDAAF5;
}
.TagClassName
{
border-color: #FDAAF5;
}
</style>