Shades of Lavender Rose #FCAEEB
Tints of Lavender Rose #FCAEEB
RGB
CMYK
RGB Variations
Color information
#FCAEEB (or 0xFCAEEB) is known color: Lavender Rose. HEX triplet: FC, AE and EB. RGB value is (252,174,235). Sum of RGB (Red+Green+Blue) = 252+174+235=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEEB is #035114. Grayscale: #CCCCCC. Windows color (decimal): -217365 or 15445756. OLE color: 15445756.
HSL color Cylindrical-coordinate representation of color #FCAEEB: hue angle of 313.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAEEB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 235 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.01 |
| HSL | 313.08º | 0.93% | 0.84% | - |
| HSV(B) | 313.08º | 0.31% | 0.99% | - |
| XYZ | 70.28 | 56.97 | 85.89 | - |
| YUV | 204.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 235 | 0 | 0.31 | 0.07 | 0.01 | 313.08 | 0.93 | 0.84 |
| Hex | FC | AE | EB | 0 | 1F | 7 | 1 | 139 | 5D | 54 |
| Octal | 374 | 256 | 353 | 0 | 37 | 7 | 1 | 471 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11101011 | 0 | 11111 | 111 | 1 | 100111001 | 1011101 | 1010100 |
Color Harmonies of #FCAEEB
Complementary color
Monochromatic Colors of #FCAEEB
Black with #FCAEEB
Text Example
Text Example
White with #FCAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEEB; }
p { color: rgb(252,174,235); }
H1.HeaderClassName
{
color: #FCAEEB;
}
.AnyTagClassName
{
color: #FCAEEB;
}
</style>
background-color css
<style>
a { background-color: #FCAEEB; }
a { background-color: rgb(252,174,235); }
div.DivClassName
{
background-color: #FCAEEB;
}
.BgClassName
{
background-color: #FCAEEB;
}
</style>
border-color css
<style>
span { border-color: #FCAEEB; }
span { border-color: rgb(252,174,235); }
td.TdClassName
{
border-color: #FCAEEB;
}
.TagClassName
{
border-color: #FCAEEB;
}
</style>