Shades of Lavender Rose #FDA4DF
Tints of Lavender Rose #FDA4DF
RGB
CMYK
RGB Variations
Color information
#FDA4DF (or 0xFDA4DF) is known color: Lavender Rose. HEX triplet: FD, A4 and DF. RGB value is (253,164,223). Sum of RGB (Red+Green+Blue) = 253+164+223=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4DF is #025B20. Grayscale: #C5C5C5. Windows color (decimal): -154401 or 14656765. OLE color: 14656765.
HSL color Cylindrical-coordinate representation of color #FDA4DF: hue angle of 320.22º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4DF is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 223 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.01 |
| HSL | 320.22º | 0.96% | 0.82% | - |
| HSV(B) | 320.22º | 0.35% | 0.99% | - |
| XYZ | 67.1 | 52.76 | 76.46 | - |
| YUV | 197.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 223 | 0 | 0.35 | 0.12 | 0.01 | 320.22 | 0.96 | 0.82 |
| Hex | FD | A4 | DF | 0 | 23 | C | 1 | 140 | 60 | 52 |
| Octal | 375 | 244 | 337 | 0 | 43 | 14 | 1 | 500 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11011111 | 0 | 100011 | 1100 | 1 | 101000000 | 1100000 | 1010010 |
Color Harmonies of #FDA4DF
Complementary color
Monochromatic Colors of #FDA4DF
Black with #FDA4DF
Text Example
Text Example
White with #FDA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4DF; }
p { color: rgb(253,164,223); }
H1.HeaderClassName
{
color: #FDA4DF;
}
.AnyTagClassName
{
color: #FDA4DF;
}
</style>
background-color css
<style>
a { background-color: #FDA4DF; }
a { background-color: rgb(253,164,223); }
div.DivClassName
{
background-color: #FDA4DF;
}
.BgClassName
{
background-color: #FDA4DF;
}
</style>
border-color css
<style>
span { border-color: #FDA4DF; }
span { border-color: rgb(253,164,223); }
td.TdClassName
{
border-color: #FDA4DF;
}
.TagClassName
{
border-color: #FDA4DF;
}
</style>