Shades of Lavender Rose #F5ACDE
Tints of Lavender Rose #F5ACDE
RGB
CMYK
RGB Variations
Color information
#F5ACDE (or 0xF5ACDE) is known color: Lavender Rose. HEX triplet: F5, AC and DE. RGB value is (245,172,222). Sum of RGB (Red+Green+Blue) = 245+172+222=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACDE is #0A5321. Grayscale: #C7C7C7. Windows color (decimal): -676642 or 14593269. OLE color: 14593269.
HSL color Cylindrical-coordinate representation of color #F5ACDE: hue angle of 318.9º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACDE is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 222 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.04 |
| HSL | 318.9º | 0.78% | 0.82% | - |
| HSV(B) | 318.9º | 0.3% | 0.96% | - |
| XYZ | 65.59 | 54.19 | 76.11 | - |
| YUV | 199.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 222 | 0 | 0.30 | 0.09 | 0.04 | 318.9 | 0.78 | 0.82 |
| Hex | F5 | AC | DE | 0 | 1E | 9 | 4 | 13F | 4E | 52 |
| Octal | 365 | 254 | 336 | 0 | 36 | 11 | 4 | 477 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11011110 | 0 | 11110 | 1001 | 100 | 100111111 | 1001110 | 1010010 |
Color Harmonies of #F5ACDE
Complementary color
Monochromatic Colors of #F5ACDE
Black with #F5ACDE
Text Example
Text Example
White with #F5ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACDE; }
p { color: rgb(245,172,222); }
H1.HeaderClassName
{
color: #F5ACDE;
}
.AnyTagClassName
{
color: #F5ACDE;
}
</style>
background-color css
<style>
a { background-color: #F5ACDE; }
a { background-color: rgb(245,172,222); }
div.DivClassName
{
background-color: #F5ACDE;
}
.BgClassName
{
background-color: #F5ACDE;
}
</style>
border-color css
<style>
span { border-color: #F5ACDE; }
span { border-color: rgb(245,172,222); }
td.TdClassName
{
border-color: #F5ACDE;
}
.TagClassName
{
border-color: #F5ACDE;
}
</style>