Shades of Lavender Rose #FFA4DE
Tints of Lavender Rose #FFA4DE
RGB
CMYK
RGB Variations
Color information
#FFA4DE (or 0xFFA4DE) is known color: Lavender Rose. HEX triplet: FF, A4 and DE. RGB value is (255,164,222). Sum of RGB (Red+Green+Blue) = 255+164+222=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4DE is #005B21. Grayscale: #C5C5C5. Windows color (decimal): -23330 or 14591231. OLE color: 14591231.
HSL color Cylindrical-coordinate representation of color #FFA4DE: hue angle of 321.76º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4DE is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 222 | - |
| CMYK | 0 | 0.36 | 0.13 | 0 |
| HSL | 321.76º | 1% | 0.82% | - |
| HSV(B) | 321.76º | 0.36% | 1% | - |
| XYZ | 67.7 | 53.08 | 75.79 | - |
| YUV | 197.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 222 | 0 | 0.36 | 0.13 | 0 | 321.76 | 1 | 0.82 |
| Hex | FF | A4 | DE | 0 | 24 | D | 0 | 142 | 64 | 52 |
| Octal | 377 | 244 | 336 | 0 | 44 | 15 | 0 | 502 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11011110 | 0 | 100100 | 1101 | 0 | 101000010 | 1100100 | 1010010 |
Color Harmonies of #FFA4DE
Complementary color
Monochromatic Colors of #FFA4DE
Black with #FFA4DE
Text Example
Text Example
White with #FFA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4DE; }
p { color: rgb(255,164,222); }
H1.HeaderClassName
{
color: #FFA4DE;
}
.AnyTagClassName
{
color: #FFA4DE;
}
</style>
background-color css
<style>
a { background-color: #FFA4DE; }
a { background-color: rgb(255,164,222); }
div.DivClassName
{
background-color: #FFA4DE;
}
.BgClassName
{
background-color: #FFA4DE;
}
</style>
border-color css
<style>
span { border-color: #FFA4DE; }
span { border-color: rgb(255,164,222); }
td.TdClassName
{
border-color: #FFA4DE;
}
.TagClassName
{
border-color: #FFA4DE;
}
</style>