Shades of Lavender Rose #FCADFD
Tints of Lavender Rose #FCADFD
RGB
CMYK
RGB Variations
Color information
#FCADFD (or 0xFCADFD) is known color: Lavender Rose. HEX triplet: FC, AD and FD. RGB value is (252,173,253). Sum of RGB (Red+Green+Blue) = 252+173+253=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 173 (67.97% from 255 or 25.52% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFD is #035202. Grayscale: #CDCDCD. Windows color (decimal): -217603 or 16625148. OLE color: 16625148.
HSL color Cylindrical-coordinate representation of color #FCADFD: hue angle of 299.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCADFD is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 253 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.01 |
| HSL | 299.25º | 0.95% | 0.84% | - |
| HSV(B) | 299.25º | 0.32% | 0.99% | - |
| XYZ | 72.82 | 57.67 | 100.22 | - |
| YUV | 205.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 253 | 0.00 | 0.32 | 0 | 0.01 | 299.25 | 0.95 | 0.84 |
| Hex | FC | AD | FD | 0 | 20 | 0 | 1 | 12B | 5F | 54 |
| Octal | 374 | 255 | 375 | 0 | 40 | 0 | 1 | 453 | 137 | 124 |
| Binary | 11111100 | 10101101 | 11111101 | 0 | 100000 | 0 | 1 | 100101011 | 1011111 | 1010100 |
Color Harmonies of #FCADFD
Complementary color
Monochromatic Colors of #FCADFD
Black with #FCADFD
Text Example
Text Example
White with #FCADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADFD; }
p { color: rgb(252,173,253); }
H1.HeaderClassName
{
color: #FCADFD;
}
.AnyTagClassName
{
color: #FCADFD;
}
</style>
background-color css
<style>
a { background-color: #FCADFD; }
a { background-color: rgb(252,173,253); }
div.DivClassName
{
background-color: #FCADFD;
}
.BgClassName
{
background-color: #FCADFD;
}
</style>
border-color css
<style>
span { border-color: #FCADFD; }
span { border-color: rgb(252,173,253); }
td.TdClassName
{
border-color: #FCADFD;
}
.TagClassName
{
border-color: #FCADFD;
}
</style>