Shades of Lavender Rose #FDACDF
Tints of Lavender Rose #FDACDF
RGB
CMYK
RGB Variations
Color information
#FDACDF (or 0xFDACDF) is known color: Lavender Rose. HEX triplet: FD, AC and DF. RGB value is (253,172,223). Sum of RGB (Red+Green+Blue) = 253+172+223=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACDF is #025320. Grayscale: #C9C9C9. Windows color (decimal): -152353 or 14658813. OLE color: 14658813.
HSL color Cylindrical-coordinate representation of color #FDACDF: hue angle of 322.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACDF is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 172 | 223 | - |
CMYK | 0 | 0.32 | 0.12 | 0.01 |
HSL | 322.22º | 0.95% | 0.83% | - |
HSV(B) | 322.22º | 0.32% | 0.99% | - |
XYZ | 68.58 | 55.72 | 76.95 | - |
YUV | 202.03 | 139.84 | 164.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 172 | 223 | 0 | 0.32 | 0.12 | 0.01 | 322.22 | 0.95 | 0.83 |
Hex | FD | AC | DF | 0 | 20 | C | 1 | 142 | 5F | 53 |
Octal | 375 | 254 | 337 | 0 | 40 | 14 | 1 | 502 | 137 | 123 |
Binary | 11111101 | 10101100 | 11011111 | 0 | 100000 | 1100 | 1 | 101000010 | 1011111 | 1010011 |
Color Harmonies of #FDACDF
Complementary color
Monochromatic Colors of #FDACDF
Black with #FDACDF
Text Example
Text Example
White with #FDACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACDF; }
p { color: rgb(253,172,223); }
H1.HeaderClassName
{
color: #FDACDF;
}
.AnyTagClassName
{
color: #FDACDF;
}
</style>
background-color css
<style>
a { background-color: #FDACDF; }
a { background-color: rgb(253,172,223); }
div.DivClassName
{
background-color: #FDACDF;
}
.BgClassName
{
background-color: #FDACDF;
}
</style>
border-color css
<style>
span { border-color: #FDACDF; }
span { border-color: rgb(253,172,223); }
td.TdClassName
{
border-color: #FDACDF;
}
.TagClassName
{
border-color: #FDACDF;
}
</style>