Shades of Lavender Rose #F5AEDF
Tints of Lavender Rose #F5AEDF
RGB
CMYK
RGB Variations
Color information
#F5AEDF (or 0xF5AEDF) is known color: Lavender Rose. HEX triplet: F5, AE and DF. RGB value is (245,174,223). Sum of RGB (Red+Green+Blue) = 245+174+223=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEDF is #0A5120. Grayscale: #C8C8C8. Windows color (decimal): -676129 or 14659317. OLE color: 14659317.
HSL color Cylindrical-coordinate representation of color #F5AEDF: hue angle of 318.59º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AEDF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 223 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.04 |
| HSL | 318.59º | 0.78% | 0.82% | - |
| HSV(B) | 318.59º | 0.29% | 0.96% | - |
| XYZ | 66.11 | 55.01 | 76.95 | - |
| YUV | 200.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 223 | 0 | 0.29 | 0.09 | 0.04 | 318.59 | 0.78 | 0.82 |
| Hex | F5 | AE | DF | 0 | 1D | 9 | 4 | 13F | 4E | 52 |
| Octal | 365 | 256 | 337 | 0 | 35 | 11 | 4 | 477 | 116 | 122 |
| Binary | 11110101 | 10101110 | 11011111 | 0 | 11101 | 1001 | 100 | 100111111 | 1001110 | 1010010 |
Color Harmonies of #F5AEDF
Complementary color
Monochromatic Colors of #F5AEDF
Black with #F5AEDF
Text Example
Text Example
White with #F5AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AEDF; }
p { color: rgb(245,174,223); }
H1.HeaderClassName
{
color: #F5AEDF;
}
.AnyTagClassName
{
color: #F5AEDF;
}
</style>
background-color css
<style>
a { background-color: #F5AEDF; }
a { background-color: rgb(245,174,223); }
div.DivClassName
{
background-color: #F5AEDF;
}
.BgClassName
{
background-color: #F5AEDF;
}
</style>
border-color css
<style>
span { border-color: #F5AEDF; }
span { border-color: rgb(245,174,223); }
td.TdClassName
{
border-color: #F5AEDF;
}
.TagClassName
{
border-color: #F5AEDF;
}
</style>