Shades of Lavender Rose #FDAAF2
Tints of Lavender Rose #FDAAF2
RGB
CMYK
RGB Variations
Color information
#FDAAF2 (or 0xFDAAF2) is known color: Lavender Rose. HEX triplet: FD, AA and F2. RGB value is (253,170,242). Sum of RGB (Red+Green+Blue) = 253+170+242=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAF2 is #02550D. Grayscale: #CACACA. Windows color (decimal): -152846 or 15903485. OLE color: 15903485.
HSL color Cylindrical-coordinate representation of color #FDAAF2: hue angle of 307.95º 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 #FDAAF2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 242 | - |
CMYK | 0 | 0.33 | 0.04 | 0.01 |
HSL | 307.95º | 0.95% | 0.83% | - |
HSV(B) | 307.95º | 0.33% | 0.99% | - |
XYZ | 70.91 | 56.04 | 91.08 | - |
YUV | 203.03 | 150 | 163.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 242 | 0 | 0.33 | 0.04 | 0.01 | 307.95 | 0.95 | 0.83 |
Hex | FD | AA | F2 | 0 | 21 | 4 | 1 | 134 | 5F | 53 |
Octal | 375 | 252 | 362 | 0 | 41 | 4 | 1 | 464 | 137 | 123 |
Binary | 11111101 | 10101010 | 11110010 | 0 | 100001 | 100 | 1 | 100110100 | 1011111 | 1010011 |
Color Harmonies of #FDAAF2
Complementary color
Monochromatic Colors of #FDAAF2
Black with #FDAAF2
Text Example
Text Example
White with #FDAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAF2; }
p { color: rgb(253,170,242); }
H1.HeaderClassName
{
color: #FDAAF2;
}
.AnyTagClassName
{
color: #FDAAF2;
}
</style>
background-color css
<style>
a { background-color: #FDAAF2; }
a { background-color: rgb(253,170,242); }
div.DivClassName
{
background-color: #FDAAF2;
}
.BgClassName
{
background-color: #FDAAF2;
}
</style>
border-color css
<style>
span { border-color: #FDAAF2; }
span { border-color: rgb(253,170,242); }
td.TdClassName
{
border-color: #FDAAF2;
}
.TagClassName
{
border-color: #FDAAF2;
}
</style>