Shades of Lavender Rose #FCAAEB
Tints of Lavender Rose #FCAAEB
RGB
CMYK
RGB Variations
Color information
#FCAAEB (or 0xFCAAEB) is known color: Lavender Rose. HEX triplet: FC, AA and EB. RGB value is (252,170,235). Sum of RGB (Red+Green+Blue) = 252+170+235=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAEB is #035514. Grayscale: #C9C9C9. Windows color (decimal): -218389 or 15444732. OLE color: 15444732.
HSL color Cylindrical-coordinate representation of color #FCAAEB: hue angle of 312.44º 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 #FCAAEB is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 235 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.01 |
| HSL | 312.44º | 0.93% | 0.83% | - |
| HSV(B) | 312.44º | 0.33% | 0.99% | - |
| XYZ | 69.52 | 55.44 | 85.64 | - |
| YUV | 201.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 235 | 0 | 0.33 | 0.07 | 0.01 | 312.44 | 0.93 | 0.83 |
| Hex | FC | AA | EB | 0 | 21 | 7 | 1 | 138 | 5D | 53 |
| Octal | 374 | 252 | 353 | 0 | 41 | 7 | 1 | 470 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11101011 | 0 | 100001 | 111 | 1 | 100111000 | 1011101 | 1010011 |
Color Harmonies of #FCAAEB
Complementary color
Monochromatic Colors of #FCAAEB
Black with #FCAAEB
Text Example
Text Example
White with #FCAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAEB; }
p { color: rgb(252,170,235); }
H1.HeaderClassName
{
color: #FCAAEB;
}
.AnyTagClassName
{
color: #FCAAEB;
}
</style>
background-color css
<style>
a { background-color: #FCAAEB; }
a { background-color: rgb(252,170,235); }
div.DivClassName
{
background-color: #FCAAEB;
}
.BgClassName
{
background-color: #FCAAEB;
}
</style>
border-color css
<style>
span { border-color: #FCAAEB; }
span { border-color: rgb(252,170,235); }
td.TdClassName
{
border-color: #FCAAEB;
}
.TagClassName
{
border-color: #FCAAEB;
}
</style>