Shades of Lavender Rose #FCADEA
Tints of Lavender Rose #FCADEA
RGB
CMYK
RGB Variations
Color information
#FCADEA (or 0xFCADEA) is known color: Lavender Rose. HEX triplet: FC, AD and EA. RGB value is (252,173,234). Sum of RGB (Red+Green+Blue) = 252+173+234=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEA is #035215. Grayscale: #CBCBCB. Windows color (decimal): -217622 or 15379964. OLE color: 15379964.
HSL color Cylindrical-coordinate representation of color #FCADEA: hue angle of 313.67º 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 #FCADEA is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 234 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.01 |
| HSL | 313.67º | 0.93% | 0.83% | - |
| HSV(B) | 313.67º | 0.31% | 0.99% | - |
| XYZ | 69.94 | 56.52 | 85.07 | - |
| YUV | 203.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 234 | 0 | 0.31 | 0.07 | 0.01 | 313.67 | 0.93 | 0.83 |
| Hex | FC | AD | EA | 0 | 1F | 7 | 1 | 13A | 5D | 53 |
| Octal | 374 | 255 | 352 | 0 | 37 | 7 | 1 | 472 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11101010 | 0 | 11111 | 111 | 1 | 100111010 | 1011101 | 1010011 |
Color Harmonies of #FCADEA
Complementary color
Monochromatic Colors of #FCADEA
Black with #FCADEA
Text Example
Text Example
White with #FCADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADEA; }
p { color: rgb(252,173,234); }
H1.HeaderClassName
{
color: #FCADEA;
}
.AnyTagClassName
{
color: #FCADEA;
}
</style>
background-color css
<style>
a { background-color: #FCADEA; }
a { background-color: rgb(252,173,234); }
div.DivClassName
{
background-color: #FCADEA;
}
.BgClassName
{
background-color: #FCADEA;
}
</style>
border-color css
<style>
span { border-color: #FCADEA; }
span { border-color: rgb(252,173,234); }
td.TdClassName
{
border-color: #FCADEA;
}
.TagClassName
{
border-color: #FCADEA;
}
</style>