Shades of Lavender Rose #FDAAF4
Tints of Lavender Rose #FDAAF4
RGB
CMYK
RGB Variations
Color information
#FDAAF4 (or 0xFDAAF4) is known color: Lavender Rose. HEX triplet: FD, AA and F4. RGB value is (253,170,244). Sum of RGB (Red+Green+Blue) = 253+170+244=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAF4 is #02550B. Grayscale: #CBCBCB. Windows color (decimal): -152844 or 16034557. OLE color: 16034557.
HSL color Cylindrical-coordinate representation of color #FDAAF4: hue angle of 306.51º 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 #FDAAF4 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 244 | - |
CMYK | 0 | 0.33 | 0.04 | 0.01 |
HSL | 306.51º | 0.95% | 0.83% | - |
HSV(B) | 306.51º | 0.33% | 0.99% | - |
XYZ | 71.21 | 56.16 | 92.68 | - |
YUV | 203.25 | 151 | 163.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 244 | 0 | 0.33 | 0.04 | 0.01 | 306.51 | 0.95 | 0.83 |
Hex | FD | AA | F4 | 0 | 21 | 4 | 1 | 133 | 5F | 53 |
Octal | 375 | 252 | 364 | 0 | 41 | 4 | 1 | 463 | 137 | 123 |
Binary | 11111101 | 10101010 | 11110100 | 0 | 100001 | 100 | 1 | 100110011 | 1011111 | 1010011 |
Color Harmonies of #FDAAF4
Complementary color
Monochromatic Colors of #FDAAF4
Black with #FDAAF4
Text Example
Text Example
White with #FDAAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAF4; }
p { color: rgb(253,170,244); }
H1.HeaderClassName
{
color: #FDAAF4;
}
.AnyTagClassName
{
color: #FDAAF4;
}
</style>
background-color css
<style>
a { background-color: #FDAAF4; }
a { background-color: rgb(253,170,244); }
div.DivClassName
{
background-color: #FDAAF4;
}
.BgClassName
{
background-color: #FDAAF4;
}
</style>
border-color css
<style>
span { border-color: #FDAAF4; }
span { border-color: rgb(253,170,244); }
td.TdClassName
{
border-color: #FDAAF4;
}
.TagClassName
{
border-color: #FDAAF4;
}
</style>