Shades of Lavender Rose #FCADEF
Tints of Lavender Rose #FCADEF
RGB
CMYK
RGB Variations
Color information
#FCADEF (or 0xFCADEF) is known color: Lavender Rose. HEX triplet: FC, AD and EF. RGB value is (252,173,239). Sum of RGB (Red+Green+Blue) = 252+173+239=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEF is #035210. Grayscale: #CBCBCB. Windows color (decimal): -217617 or 15707644. OLE color: 15707644.
HSL color Cylindrical-coordinate representation of color #FCADEF: hue angle of 309.87º 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 #FCADEF is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 239 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.01 |
| HSL | 309.87º | 0.93% | 0.83% | - |
| HSV(B) | 309.87º | 0.31% | 0.99% | - |
| XYZ | 70.67 | 56.81 | 88.9 | - |
| YUV | 204.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 239 | 0 | 0.31 | 0.05 | 0.01 | 309.87 | 0.93 | 0.83 |
| Hex | FC | AD | EF | 0 | 1F | 5 | 1 | 136 | 5D | 53 |
| Octal | 374 | 255 | 357 | 0 | 37 | 5 | 1 | 466 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11101111 | 0 | 11111 | 101 | 1 | 100110110 | 1011101 | 1010011 |
Color Harmonies of #FCADEF
Complementary color
Monochromatic Colors of #FCADEF
Black with #FCADEF
Text Example
Text Example
White with #FCADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADEF; }
p { color: rgb(252,173,239); }
H1.HeaderClassName
{
color: #FCADEF;
}
.AnyTagClassName
{
color: #FCADEF;
}
</style>
background-color css
<style>
a { background-color: #FCADEF; }
a { background-color: rgb(252,173,239); }
div.DivClassName
{
background-color: #FCADEF;
}
.BgClassName
{
background-color: #FCADEF;
}
</style>
border-color css
<style>
span { border-color: #FCADEF; }
span { border-color: rgb(252,173,239); }
td.TdClassName
{
border-color: #FCADEF;
}
.TagClassName
{
border-color: #FCADEF;
}
</style>