Shades of Lavender Rose #FDA4F0
Tints of Lavender Rose #FDA4F0
RGB
CMYK
RGB Variations
Color information
#FDA4F0 (or 0xFDA4F0) is known color: Lavender Rose. HEX triplet: FD, A4 and F0. RGB value is (253,164,240). Sum of RGB (Red+Green+Blue) = 253+164+240=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 164 (64.45% from 255 or 24.96% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA4F0 is #025B0F. Grayscale: #C7C7C7. Windows color (decimal): -154384 or 15770877. OLE color: 15770877.
HSL color Cylindrical-coordinate representation of color #FDA4F0: hue angle of 308.76º 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 #FDA4F0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 240 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.01 |
| HSL | 308.76º | 0.96% | 0.82% | - |
| HSV(B) | 308.76º | 0.35% | 0.99% | - |
| XYZ | 69.51 | 53.72 | 89.14 | - |
| YUV | 199.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 240 | 0 | 0.35 | 0.05 | 0.01 | 308.76 | 0.96 | 0.82 |
| Hex | FD | A4 | F0 | 0 | 23 | 5 | 1 | 135 | 60 | 52 |
| Octal | 375 | 244 | 360 | 0 | 43 | 5 | 1 | 465 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11110000 | 0 | 100011 | 101 | 1 | 100110101 | 1100000 | 1010010 |
Color Harmonies of #FDA4F0
Complementary color
Monochromatic Colors of #FDA4F0
Black with #FDA4F0
Text Example
Text Example
White with #FDA4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4F0; }
p { color: rgb(253,164,240); }
H1.HeaderClassName
{
color: #FDA4F0;
}
.AnyTagClassName
{
color: #FDA4F0;
}
</style>
background-color css
<style>
a { background-color: #FDA4F0; }
a { background-color: rgb(253,164,240); }
div.DivClassName
{
background-color: #FDA4F0;
}
.BgClassName
{
background-color: #FDA4F0;
}
</style>
border-color css
<style>
span { border-color: #FDA4F0; }
span { border-color: rgb(253,164,240); }
td.TdClassName
{
border-color: #FDA4F0;
}
.TagClassName
{
border-color: #FDA4F0;
}
</style>