Shades of Lavender Rose #FCADE0
Tints of Lavender Rose #FCADE0
RGB
CMYK
RGB Variations
Color information
#FCADE0 (or 0xFCADE0) is known color: Lavender Rose. HEX triplet: FC, AD and E0. RGB value is (252,173,224). Sum of RGB (Red+Green+Blue) = 252+173+224=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADE0 is #03521F. Grayscale: #CACACA. Windows color (decimal): -217632 or 14724604. OLE color: 14724604.
HSL color Cylindrical-coordinate representation of color #FCADE0: hue angle of 321.27º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADE0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 173 | 224 | - |
CMYK | 0 | 0.31 | 0.11 | 0.01 |
HSL | 321.27º | 0.93% | 0.83% | - |
HSV(B) | 321.27º | 0.31% | 0.99% | - |
XYZ | 68.54 | 55.96 | 77.71 | - |
YUV | 202.44 | 140.17 | 163.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 173 | 224 | 0 | 0.31 | 0.11 | 0.01 | 321.27 | 0.93 | 0.83 |
Hex | FC | AD | E0 | 0 | 1F | B | 1 | 141 | 5D | 53 |
Octal | 374 | 255 | 340 | 0 | 37 | 13 | 1 | 501 | 135 | 123 |
Binary | 11111100 | 10101101 | 11100000 | 0 | 11111 | 1011 | 1 | 101000001 | 1011101 | 1010011 |
Color Harmonies of #FCADE0
Complementary color
Monochromatic Colors of #FCADE0
Black with #FCADE0
Text Example
Text Example
White with #FCADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADE0; }
p { color: rgb(252,173,224); }
H1.HeaderClassName
{
color: #FCADE0;
}
.AnyTagClassName
{
color: #FCADE0;
}
</style>
background-color css
<style>
a { background-color: #FCADE0; }
a { background-color: rgb(252,173,224); }
div.DivClassName
{
background-color: #FCADE0;
}
.BgClassName
{
background-color: #FCADE0;
}
</style>
border-color css
<style>
span { border-color: #FCADE0; }
span { border-color: rgb(252,173,224); }
td.TdClassName
{
border-color: #FCADE0;
}
.TagClassName
{
border-color: #FCADE0;
}
</style>