Shades of Lavender Rose #FCADFC
Tints of Lavender Rose #FCADFC
RGB
CMYK
RGB Variations
Color information
#FCADFC (or 0xFCADFC) is known color: Lavender Rose. HEX triplet: FC, AD and FC. RGB value is (252,173,252). Sum of RGB (Red+Green+Blue) = 252+173+252=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 173 (67.97% from 255 or 25.55% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFC is #035203. Grayscale: #CDCDCD. Windows color (decimal): -217604 or 16559612. OLE color: 16559612.
HSL color Cylindrical-coordinate representation of color #FCADFC: hue angle of 300º 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 #FCADFC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 173 | 252 | - |
CMYK | 0 | 0.31 | 0 | 0.01 |
HSL | 300º | 0.93% | 0.83% | - |
HSV(B) | 300º | 0.31% | 0.99% | - |
XYZ | 72.66 | 57.61 | 99.39 | - |
YUV | 205.63 | 154.17 | 161.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 173 | 252 | 0 | 0.31 | 0 | 0.01 | 300 | 0.93 | 0.83 |
Hex | FC | AD | FC | 0 | 1F | 0 | 1 | 12C | 5D | 53 |
Octal | 374 | 255 | 374 | 0 | 37 | 0 | 1 | 454 | 135 | 123 |
Binary | 11111100 | 10101101 | 11111100 | 0 | 11111 | 0 | 1 | 100101100 | 1011101 | 1010011 |
Color Harmonies of #FCADFC
Complementary color
Monochromatic Colors of #FCADFC
Black with #FCADFC
Text Example
Text Example
White with #FCADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADFC; }
p { color: rgb(252,173,252); }
H1.HeaderClassName
{
color: #FCADFC;
}
.AnyTagClassName
{
color: #FCADFC;
}
</style>
background-color css
<style>
a { background-color: #FCADFC; }
a { background-color: rgb(252,173,252); }
div.DivClassName
{
background-color: #FCADFC;
}
.BgClassName
{
background-color: #FCADFC;
}
</style>
border-color css
<style>
span { border-color: #FCADFC; }
span { border-color: rgb(252,173,252); }
td.TdClassName
{
border-color: #FCADFC;
}
.TagClassName
{
border-color: #FCADFC;
}
</style>