Shades of Lavender Rose #FCAEDF
Tints of Lavender Rose #FCAEDF
RGB
CMYK
RGB Variations
Color information
#FCAEDF (or 0xFCAEDF) is known color: Lavender Rose. HEX triplet: FC, AE and DF. RGB value is (252,174,223). Sum of RGB (Red+Green+Blue) = 252+174+223=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEDF is #035120. Grayscale: #CACACA. Windows color (decimal): -217377 or 14659324. OLE color: 14659324.
HSL color Cylindrical-coordinate representation of color #FCAEDF: hue angle of 322.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 #FCAEDF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 223 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.01 |
| HSL | 322.31º | 0.93% | 0.84% | - |
| HSV(B) | 322.31º | 0.31% | 0.99% | - |
| XYZ | 68.6 | 56.3 | 77.06 | - |
| YUV | 202.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 223 | 0 | 0.31 | 0.12 | 0.01 | 322.31 | 0.93 | 0.84 |
| Hex | FC | AE | DF | 0 | 1F | C | 1 | 142 | 5D | 54 |
| Octal | 374 | 256 | 337 | 0 | 37 | 14 | 1 | 502 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11011111 | 0 | 11111 | 1100 | 1 | 101000010 | 1011101 | 1010100 |
Color Harmonies of #FCAEDF
Complementary color
Monochromatic Colors of #FCAEDF
Black with #FCAEDF
Text Example
Text Example
White with #FCAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEDF; }
p { color: rgb(252,174,223); }
H1.HeaderClassName
{
color: #FCAEDF;
}
.AnyTagClassName
{
color: #FCAEDF;
}
</style>
background-color css
<style>
a { background-color: #FCAEDF; }
a { background-color: rgb(252,174,223); }
div.DivClassName
{
background-color: #FCAEDF;
}
.BgClassName
{
background-color: #FCAEDF;
}
</style>
border-color css
<style>
span { border-color: #FCAEDF; }
span { border-color: rgb(252,174,223); }
td.TdClassName
{
border-color: #FCAEDF;
}
.TagClassName
{
border-color: #FCAEDF;
}
</style>