Shades of Lavender Rose #FCAEFD
Tints of Lavender Rose #FCAEFD
RGB
CMYK
RGB Variations
Color information
#FCAEFD (or 0xFCAEFD) is known color: Lavender Rose. HEX triplet: FC, AE and FD. RGB value is (252,174,253). Sum of RGB (Red+Green+Blue) = 252+174+253=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 174 (68.36% from 255 or 25.63% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEFD is #035102. Grayscale: #CECECE. Windows color (decimal): -217347 or 16625404. OLE color: 16625404.
HSL color Cylindrical-coordinate representation of color #FCAEFD: hue angle of 299.24º degrees, saturation: 0.95, 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 #FCAEFD is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 253 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.01 |
| HSL | 299.24º | 0.95% | 0.84% | - |
| HSV(B) | 299.24º | 0.31% | 0.99% | - |
| XYZ | 73.01 | 58.06 | 100.29 | - |
| YUV | 206.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 253 | 0.00 | 0.31 | 0 | 0.01 | 299.24 | 0.95 | 0.84 |
| Hex | FC | AE | FD | 0 | 1F | 0 | 1 | 12B | 5F | 54 |
| Octal | 374 | 256 | 375 | 0 | 37 | 0 | 1 | 453 | 137 | 124 |
| Binary | 11111100 | 10101110 | 11111101 | 0 | 11111 | 0 | 1 | 100101011 | 1011111 | 1010100 |
Color Harmonies of #FCAEFD
Complementary color
Monochromatic Colors of #FCAEFD
Black with #FCAEFD
Text Example
Text Example
White with #FCAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEFD; }
p { color: rgb(252,174,253); }
H1.HeaderClassName
{
color: #FCAEFD;
}
.AnyTagClassName
{
color: #FCAEFD;
}
</style>
background-color css
<style>
a { background-color: #FCAEFD; }
a { background-color: rgb(252,174,253); }
div.DivClassName
{
background-color: #FCAEFD;
}
.BgClassName
{
background-color: #FCAEFD;
}
</style>
border-color css
<style>
span { border-color: #FCAEFD; }
span { border-color: rgb(252,174,253); }
td.TdClassName
{
border-color: #FCAEFD;
}
.TagClassName
{
border-color: #FCAEFD;
}
</style>