Shades of Lavender Rose #FCAAFB
Tints of Lavender Rose #FCAAFB
RGB
CMYK
RGB Variations
Color information
#FCAAFB (or 0xFCAAFB) is known color: Lavender Rose. HEX triplet: FC, AA and FB. RGB value is (252,170,251). Sum of RGB (Red+Green+Blue) = 252+170+251=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAFB is #035504. Grayscale: #CBCBCB. Windows color (decimal): -218373 or 16493308. OLE color: 16493308.
HSL color Cylindrical-coordinate representation of color #FCAAFB: hue angle of 300.73º 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 #FCAAFB is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 251 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.01 |
| HSL | 300.73º | 0.93% | 0.83% | - |
| HSV(B) | 300.73º | 0.33% | 0.99% | - |
| XYZ | 71.93 | 56.41 | 98.36 | - |
| YUV | 203.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 251 | 0 | 0.33 | 0.00 | 0.01 | 300.73 | 0.93 | 0.83 |
| Hex | FC | AA | FB | 0 | 21 | 0 | 1 | 12D | 5D | 53 |
| Octal | 374 | 252 | 373 | 0 | 41 | 0 | 1 | 455 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11111011 | 0 | 100001 | 0 | 1 | 100101101 | 1011101 | 1010011 |
Color Harmonies of #FCAAFB
Complementary color
Monochromatic Colors of #FCAAFB
Black with #FCAAFB
Text Example
Text Example
White with #FCAAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAFB; }
p { color: rgb(252,170,251); }
H1.HeaderClassName
{
color: #FCAAFB;
}
.AnyTagClassName
{
color: #FCAAFB;
}
</style>
background-color css
<style>
a { background-color: #FCAAFB; }
a { background-color: rgb(252,170,251); }
div.DivClassName
{
background-color: #FCAAFB;
}
.BgClassName
{
background-color: #FCAAFB;
}
</style>
border-color css
<style>
span { border-color: #FCAAFB; }
span { border-color: rgb(252,170,251); }
td.TdClassName
{
border-color: #FCAAFB;
}
.TagClassName
{
border-color: #FCAAFB;
}
</style>