Shades of Lavender Rose #FCADEC
Tints of Lavender Rose #FCADEC
RGB
CMYK
RGB Variations
Color information
#FCADEC (or 0xFCADEC) is known color: Lavender Rose. HEX triplet: FC, AD and EC. RGB value is (252,173,236). Sum of RGB (Red+Green+Blue) = 252+173+236=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEC is #035213. Grayscale: #CBCBCB. Windows color (decimal): -217620 or 15511036. OLE color: 15511036.
HSL color Cylindrical-coordinate representation of color #FCADEC: hue angle of 312.15º 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 #FCADEC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 236 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.01 |
| HSL | 312.15º | 0.93% | 0.83% | - |
| HSV(B) | 312.15º | 0.31% | 0.99% | - |
| XYZ | 70.23 | 56.64 | 86.59 | - |
| YUV | 203.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 236 | 0 | 0.31 | 0.06 | 0.01 | 312.15 | 0.93 | 0.83 |
| Hex | FC | AD | EC | 0 | 1F | 6 | 1 | 138 | 5D | 53 |
| Octal | 374 | 255 | 354 | 0 | 37 | 6 | 1 | 470 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11101100 | 0 | 11111 | 110 | 1 | 100111000 | 1011101 | 1010011 |
Color Harmonies of #FCADEC
Complementary color
Monochromatic Colors of #FCADEC
Black with #FCADEC
Text Example
Text Example
White with #FCADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADEC; }
p { color: rgb(252,173,236); }
H1.HeaderClassName
{
color: #FCADEC;
}
.AnyTagClassName
{
color: #FCADEC;
}
</style>
background-color css
<style>
a { background-color: #FCADEC; }
a { background-color: rgb(252,173,236); }
div.DivClassName
{
background-color: #FCADEC;
}
.BgClassName
{
background-color: #FCADEC;
}
</style>
border-color css
<style>
span { border-color: #FCADEC; }
span { border-color: rgb(252,173,236); }
td.TdClassName
{
border-color: #FCADEC;
}
.TagClassName
{
border-color: #FCADEC;
}
</style>