Shades of Lavender Rose #FDA4E2
Tints of Lavender Rose #FDA4E2
RGB
CMYK
RGB Variations
Color information
#FDA4E2 (or 0xFDA4E2) is known color: Lavender Rose. HEX triplet: FD, A4 and E2. RGB value is (253,164,226). Sum of RGB (Red+Green+Blue) = 253+164+226=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4E2 is #025B1D. Grayscale: #C5C5C5. Windows color (decimal): -154398 or 14853373. OLE color: 14853373.
HSL color Cylindrical-coordinate representation of color #FDA4E2: hue angle of 318.2º 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 #FDA4E2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 226 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.01 |
| HSL | 318.2º | 0.96% | 0.82% | - |
| HSV(B) | 318.2º | 0.35% | 0.99% | - |
| XYZ | 67.51 | 52.92 | 78.61 | - |
| YUV | 197.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 226 | 0 | 0.35 | 0.11 | 0.01 | 318.2 | 0.96 | 0.82 |
| Hex | FD | A4 | E2 | 0 | 23 | B | 1 | 13E | 60 | 52 |
| Octal | 375 | 244 | 342 | 0 | 43 | 13 | 1 | 476 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11100010 | 0 | 100011 | 1011 | 1 | 100111110 | 1100000 | 1010010 |
Color Harmonies of #FDA4E2
Complementary color
Monochromatic Colors of #FDA4E2
Black with #FDA4E2
Text Example
Text Example
White with #FDA4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4E2; }
p { color: rgb(253,164,226); }
H1.HeaderClassName
{
color: #FDA4E2;
}
.AnyTagClassName
{
color: #FDA4E2;
}
</style>
background-color css
<style>
a { background-color: #FDA4E2; }
a { background-color: rgb(253,164,226); }
div.DivClassName
{
background-color: #FDA4E2;
}
.BgClassName
{
background-color: #FDA4E2;
}
</style>
border-color css
<style>
span { border-color: #FDA4E2; }
span { border-color: rgb(253,164,226); }
td.TdClassName
{
border-color: #FDA4E2;
}
.TagClassName
{
border-color: #FDA4E2;
}
</style>