Shades of Lavender Rose #FCAEEA
Tints of Lavender Rose #FCAEEA
RGB
CMYK
RGB Variations
Color information
#FCAEEA (or 0xFCAEEA) is known color: Lavender Rose. HEX triplet: FC, AE and EA. RGB value is (252,174,234). Sum of RGB (Red+Green+Blue) = 252+174+234=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 174 (68.36% from 255 or 26.36% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEEA is #035115. Grayscale: #CCCCCC. Windows color (decimal): -217366 or 15380220. OLE color: 15380220.
HSL color Cylindrical-coordinate representation of color #FCAEEA: hue angle of 313.85º 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 #FCAEEA is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 234 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.01 |
| HSL | 313.85º | 0.93% | 0.84% | - |
| HSV(B) | 313.85º | 0.31% | 0.99% | - |
| XYZ | 70.13 | 56.91 | 85.13 | - |
| YUV | 204.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 234 | 0 | 0.31 | 0.07 | 0.01 | 313.85 | 0.93 | 0.84 |
| Hex | FC | AE | EA | 0 | 1F | 7 | 1 | 13A | 5D | 54 |
| Octal | 374 | 256 | 352 | 0 | 37 | 7 | 1 | 472 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11101010 | 0 | 11111 | 111 | 1 | 100111010 | 1011101 | 1010100 |
Color Harmonies of #FCAEEA
Complementary color
Monochromatic Colors of #FCAEEA
Black with #FCAEEA
Text Example
Text Example
White with #FCAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEEA; }
p { color: rgb(252,174,234); }
H1.HeaderClassName
{
color: #FCAEEA;
}
.AnyTagClassName
{
color: #FCAEEA;
}
</style>
background-color css
<style>
a { background-color: #FCAEEA; }
a { background-color: rgb(252,174,234); }
div.DivClassName
{
background-color: #FCAEEA;
}
.BgClassName
{
background-color: #FCAEEA;
}
</style>
border-color css
<style>
span { border-color: #FCAEEA; }
span { border-color: rgb(252,174,234); }
td.TdClassName
{
border-color: #FCAEEA;
}
.TagClassName
{
border-color: #FCAEEA;
}
</style>