Shades of Lavender Rose #FCADDF
Tints of Lavender Rose #FCADDF
RGB
CMYK
RGB Variations
Color information
#FCADDF (or 0xFCADDF) is known color: Lavender Rose. HEX triplet: FC, AD and DF. RGB value is (252,173,223). Sum of RGB (Red+Green+Blue) = 252+173+223=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDF is #035220. Grayscale: #CACACA. Windows color (decimal): -217633 or 14659068. OLE color: 14659068.
HSL color Cylindrical-coordinate representation of color #FCADDF: hue angle of 322.03º 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 #FCADDF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 223 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.01 |
| HSL | 322.03º | 0.93% | 0.83% | - |
| HSV(B) | 322.03º | 0.31% | 0.99% | - |
| XYZ | 68.41 | 55.91 | 77 | - |
| YUV | 202.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 223 | 0 | 0.31 | 0.12 | 0.01 | 322.03 | 0.93 | 0.83 |
| Hex | FC | AD | DF | 0 | 1F | C | 1 | 142 | 5D | 53 |
| Octal | 374 | 255 | 337 | 0 | 37 | 14 | 1 | 502 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11011111 | 0 | 11111 | 1100 | 1 | 101000010 | 1011101 | 1010011 |
Color Harmonies of #FCADDF
Complementary color
Monochromatic Colors of #FCADDF
Black with #FCADDF
Text Example
Text Example
White with #FCADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADDF; }
p { color: rgb(252,173,223); }
H1.HeaderClassName
{
color: #FCADDF;
}
.AnyTagClassName
{
color: #FCADDF;
}
</style>
background-color css
<style>
a { background-color: #FCADDF; }
a { background-color: rgb(252,173,223); }
div.DivClassName
{
background-color: #FCADDF;
}
.BgClassName
{
background-color: #FCADDF;
}
</style>
border-color css
<style>
span { border-color: #FCADDF; }
span { border-color: rgb(252,173,223); }
td.TdClassName
{
border-color: #FCADDF;
}
.TagClassName
{
border-color: #FCADDF;
}
</style>