Shades of Lavender Rose #FCAAED
Tints of Lavender Rose #FCAAED
RGB
CMYK
RGB Variations
Color information
#FCAAED (or 0xFCAAED) is known color: Lavender Rose. HEX triplet: FC, AA and ED. RGB value is (252,170,237). Sum of RGB (Red+Green+Blue) = 252+170+237=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAED is #035512. Grayscale: #C9C9C9. Windows color (decimal): -218387 or 15575804. OLE color: 15575804.
HSL color Cylindrical-coordinate representation of color #FCAAED: hue angle of 310.98º degrees, saturation: 0.93, 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 #FCAAED is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 237 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.01 |
| HSL | 310.98º | 0.93% | 0.83% | - |
| HSV(B) | 310.98º | 0.33% | 0.99% | - |
| XYZ | 69.81 | 55.56 | 87.17 | - |
| YUV | 202.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 237 | 0 | 0.33 | 0.06 | 0.01 | 310.98 | 0.93 | 0.83 |
| Hex | FC | AA | ED | 0 | 21 | 6 | 1 | 137 | 5D | 53 |
| Octal | 374 | 252 | 355 | 0 | 41 | 6 | 1 | 467 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11101101 | 0 | 100001 | 110 | 1 | 100110111 | 1011101 | 1010011 |
Color Harmonies of #FCAAED
Complementary color
Monochromatic Colors of #FCAAED
Black with #FCAAED
Text Example
Text Example
White with #FCAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAED; }
p { color: rgb(252,170,237); }
H1.HeaderClassName
{
color: #FCAAED;
}
.AnyTagClassName
{
color: #FCAAED;
}
</style>
background-color css
<style>
a { background-color: #FCAAED; }
a { background-color: rgb(252,170,237); }
div.DivClassName
{
background-color: #FCAAED;
}
.BgClassName
{
background-color: #FCAAED;
}
</style>
border-color css
<style>
span { border-color: #FCAAED; }
span { border-color: rgb(252,170,237); }
td.TdClassName
{
border-color: #FCAAED;
}
.TagClassName
{
border-color: #FCAAED;
}
</style>