Shades of Lavender Rose #FDA8DF
Tints of Lavender Rose #FDA8DF
RGB
CMYK
RGB Variations
Color information
#FDA8DF (or 0xFDA8DF) is known color: Lavender Rose. HEX triplet: FD, A8 and DF. RGB value is (253,168,223). Sum of RGB (Red+Green+Blue) = 253+168+223=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8DF is #025720. Grayscale: #C7C7C7. Windows color (decimal): -153377 or 14657789. OLE color: 14657789.
HSL color Cylindrical-coordinate representation of color #FDA8DF: hue angle of 321.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8DF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 168 | 223 | - |
CMYK | 0 | 0.34 | 0.12 | 0.01 |
HSL | 321.18º | 0.96% | 0.83% | - |
HSV(B) | 321.18º | 0.34% | 0.99% | - |
XYZ | 67.83 | 54.22 | 76.7 | - |
YUV | 199.69 | 141.16 | 166.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 168 | 223 | 0 | 0.34 | 0.12 | 0.01 | 321.18 | 0.96 | 0.83 |
Hex | FD | A8 | DF | 0 | 22 | C | 1 | 141 | 60 | 53 |
Octal | 375 | 250 | 337 | 0 | 42 | 14 | 1 | 501 | 140 | 123 |
Binary | 11111101 | 10101000 | 11011111 | 0 | 100010 | 1100 | 1 | 101000001 | 1100000 | 1010011 |
Color Harmonies of #FDA8DF
Complementary color
Monochromatic Colors of #FDA8DF
Black with #FDA8DF
Text Example
Text Example
White with #FDA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8DF; }
p { color: rgb(253,168,223); }
H1.HeaderClassName
{
color: #FDA8DF;
}
.AnyTagClassName
{
color: #FDA8DF;
}
</style>
background-color css
<style>
a { background-color: #FDA8DF; }
a { background-color: rgb(253,168,223); }
div.DivClassName
{
background-color: #FDA8DF;
}
.BgClassName
{
background-color: #FDA8DF;
}
</style>
border-color css
<style>
span { border-color: #FDA8DF; }
span { border-color: rgb(253,168,223); }
td.TdClassName
{
border-color: #FDA8DF;
}
.TagClassName
{
border-color: #FDA8DF;
}
</style>