Shades of Lavender Rose #FCADFF
Tints of Lavender Rose #FCADFF
RGB
CMYK
RGB Variations
Color information
#FCADFF (or 0xFCADFF) is known color: Lavender Rose. HEX triplet: FC, AD and FF. RGB value is (252,173,255). Sum of RGB (Red+Green+Blue) = 252+173+255=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 173 (67.97% from 255 or 25.44% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFF is #035200. Grayscale: #CDCDCD. Windows color (decimal): -217601 or 16756220. OLE color: 16756220.
HSL color Cylindrical-coordinate representation of color #FCADFF: hue angle of 297.8º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCADFF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 173 | 255 | - |
| CMYK | 0.01 | 0.32 | 0 | 0 |
| HSL | 297.8º | 1% | 0.84% | - |
| HSV(B) | 297.8º | 0.32% | 1% | - |
| XYZ | 73.14 | 57.8 | 101.91 | - |
| YUV | 205.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 255 | 0.01 | 0.32 | 0 | 0 | 297.8 | 1 | 0.84 |
| Hex | FC | AD | FF | 1 | 20 | 0 | 0 | 12A | 64 | 54 |
| Octal | 374 | 255 | 377 | 1 | 40 | 0 | 0 | 452 | 144 | 124 |
| Binary | 11111100 | 10101101 | 11111111 | 1 | 100000 | 0 | 0 | 100101010 | 1100100 | 1010100 |
Color Harmonies of #FCADFF
Complementary color
Monochromatic Colors of #FCADFF
Black with #FCADFF
Text Example
Text Example
White with #FCADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADFF; }
p { color: rgb(252,173,255); }
H1.HeaderClassName
{
color: #FCADFF;
}
.AnyTagClassName
{
color: #FCADFF;
}
</style>
background-color css
<style>
a { background-color: #FCADFF; }
a { background-color: rgb(252,173,255); }
div.DivClassName
{
background-color: #FCADFF;
}
.BgClassName
{
background-color: #FCADFF;
}
</style>
border-color css
<style>
span { border-color: #FCADFF; }
span { border-color: rgb(252,173,255); }
td.TdClassName
{
border-color: #FCADFF;
}
.TagClassName
{
border-color: #FCADFF;
}
</style>