Shades of Lavender Rose #FCAAFD
Tints of Lavender Rose #FCAAFD
RGB
CMYK
RGB Variations
Color information
#FCAAFD (or 0xFCAAFD) is known color: Lavender Rose. HEX triplet: FC, AA and FD. RGB value is (252,170,253). Sum of RGB (Red+Green+Blue) = 252+170+253=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 170 (66.80% from 255 or 25.19% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAFD is #035502. Grayscale: #CBCBCB. Windows color (decimal): -218371 or 16624380. OLE color: 16624380.
HSL color Cylindrical-coordinate representation of color #FCAAFD: hue angle of 299.28º 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 #FCAAFD is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 253 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.01 |
| HSL | 299.28º | 0.95% | 0.83% | - |
| HSV(B) | 299.28º | 0.33% | 0.99% | - |
| XYZ | 72.25 | 56.54 | 100.03 | - |
| YUV | 203.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 253 | 0.00 | 0.33 | 0 | 0.01 | 299.28 | 0.95 | 0.83 |
| Hex | FC | AA | FD | 0 | 21 | 0 | 1 | 12B | 5F | 53 |
| Octal | 374 | 252 | 375 | 0 | 41 | 0 | 1 | 453 | 137 | 123 |
| Binary | 11111100 | 10101010 | 11111101 | 0 | 100001 | 0 | 1 | 100101011 | 1011111 | 1010011 |
Color Harmonies of #FCAAFD
Complementary color
Monochromatic Colors of #FCAAFD
Black with #FCAAFD
Text Example
Text Example
White with #FCAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAFD; }
p { color: rgb(252,170,253); }
H1.HeaderClassName
{
color: #FCAAFD;
}
.AnyTagClassName
{
color: #FCAAFD;
}
</style>
background-color css
<style>
a { background-color: #FCAAFD; }
a { background-color: rgb(252,170,253); }
div.DivClassName
{
background-color: #FCAAFD;
}
.BgClassName
{
background-color: #FCAAFD;
}
</style>
border-color css
<style>
span { border-color: #FCAAFD; }
span { border-color: rgb(252,170,253); }
td.TdClassName
{
border-color: #FCAAFD;
}
.TagClassName
{
border-color: #FCAAFD;
}
</style>