Shades of Lavender Rose #FCADFE
Tints of Lavender Rose #FCADFE
RGB
CMYK
RGB Variations
Color information
#FCADFE (or 0xFCADFE) is known color: Lavender Rose. HEX triplet: FC, AD and FE. RGB value is (252,173,254). Sum of RGB (Red+Green+Blue) = 252+173+254=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 173 (67.97% from 255 or 25.48% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFE is #035201. Grayscale: #CDCDCD. Windows color (decimal): -217602 or 16690684. OLE color: 16690684.
HSL color Cylindrical-coordinate representation of color #FCADFE: hue angle of 298.52º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCADFE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 173 | 254 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.00 |
| HSL | 298.52º | 0.98% | 0.84% | - |
| HSV(B) | 298.52º | 0.32% | 1% | - |
| XYZ | 72.98 | 57.74 | 101.06 | - |
| YUV | 205.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 254 | 0.01 | 0.32 | 0 | 0.00 | 298.52 | 0.98 | 0.84 |
| Hex | FC | AD | FE | 1 | 20 | 0 | 0 | 12B | 62 | 54 |
| Octal | 374 | 255 | 376 | 1 | 40 | 0 | 0 | 453 | 142 | 124 |
| Binary | 11111100 | 10101101 | 11111110 | 1 | 100000 | 0 | 0 | 100101011 | 1100010 | 1010100 |
Color Harmonies of #FCADFE
Complementary color
Monochromatic Colors of #FCADFE
Black with #FCADFE
Text Example
Text Example
White with #FCADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADFE; }
p { color: rgb(252,173,254); }
H1.HeaderClassName
{
color: #FCADFE;
}
.AnyTagClassName
{
color: #FCADFE;
}
</style>
background-color css
<style>
a { background-color: #FCADFE; }
a { background-color: rgb(252,173,254); }
div.DivClassName
{
background-color: #FCADFE;
}
.BgClassName
{
background-color: #FCADFE;
}
</style>
border-color css
<style>
span { border-color: #FCADFE; }
span { border-color: rgb(252,173,254); }
td.TdClassName
{
border-color: #FCADFE;
}
.TagClassName
{
border-color: #FCADFE;
}
</style>