Shades of Lavender Rose #FCAEEC
Tints of Lavender Rose #FCAEEC
RGB
CMYK
RGB Variations
Color information
#FCAEEC (or 0xFCAEEC) is known color: Lavender Rose. HEX triplet: FC, AE and EC. RGB value is (252,174,236). Sum of RGB (Red+Green+Blue) = 252+174+236=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEEC is #035113. Grayscale: #CCCCCC. Windows color (decimal): -217364 or 15511292. OLE color: 15511292.
HSL color Cylindrical-coordinate representation of color #FCAEEC: hue angle of 312.31º 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 #FCAEEC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 236 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.01 |
| HSL | 312.31º | 0.93% | 0.84% | - |
| HSV(B) | 312.31º | 0.31% | 0.99% | - |
| XYZ | 70.42 | 57.02 | 86.65 | - |
| YUV | 204.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 236 | 0 | 0.31 | 0.06 | 0.01 | 312.31 | 0.93 | 0.84 |
| Hex | FC | AE | EC | 0 | 1F | 6 | 1 | 138 | 5D | 54 |
| Octal | 374 | 256 | 354 | 0 | 37 | 6 | 1 | 470 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11101100 | 0 | 11111 | 110 | 1 | 100111000 | 1011101 | 1010100 |
Color Harmonies of #FCAEEC
Complementary color
Monochromatic Colors of #FCAEEC
Black with #FCAEEC
Text Example
Text Example
White with #FCAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEEC; }
p { color: rgb(252,174,236); }
H1.HeaderClassName
{
color: #FCAEEC;
}
.AnyTagClassName
{
color: #FCAEEC;
}
</style>
background-color css
<style>
a { background-color: #FCAEEC; }
a { background-color: rgb(252,174,236); }
div.DivClassName
{
background-color: #FCAEEC;
}
.BgClassName
{
background-color: #FCAEEC;
}
</style>
border-color css
<style>
span { border-color: #FCAEEC; }
span { border-color: rgb(252,174,236); }
td.TdClassName
{
border-color: #FCAEEC;
}
.TagClassName
{
border-color: #FCAEEC;
}
</style>