Shades of Lavender Rose #F5AFDF
Tints of Lavender Rose #F5AFDF
RGB
CMYK
RGB Variations
Color information
#F5AFDF (or 0xF5AFDF) is known color: Lavender Rose. HEX triplet: F5, AF and DF. RGB value is (245,175,223). Sum of RGB (Red+Green+Blue) = 245+175+223=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFDF is #0A5020. Grayscale: #C9C9C9. Windows color (decimal): -675873 or 14659573. OLE color: 14659573.
HSL color Cylindrical-coordinate representation of color #F5AFDF: hue angle of 318.86º 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 #F5AFDF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 223 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.04 |
| HSL | 318.86º | 0.78% | 0.82% | - |
| HSV(B) | 318.86º | 0.29% | 0.96% | - |
| XYZ | 66.31 | 55.4 | 77.01 | - |
| YUV | 201.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 223 | 0 | 0.29 | 0.09 | 0.04 | 318.86 | 0.78 | 0.82 |
| Hex | F5 | AF | DF | 0 | 1D | 9 | 4 | 13F | 4E | 52 |
| Octal | 365 | 257 | 337 | 0 | 35 | 11 | 4 | 477 | 116 | 122 |
| Binary | 11110101 | 10101111 | 11011111 | 0 | 11101 | 1001 | 100 | 100111111 | 1001110 | 1010010 |
Color Harmonies of #F5AFDF
Complementary color
Monochromatic Colors of #F5AFDF
Black with #F5AFDF
Text Example
Text Example
White with #F5AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFDF; }
p { color: rgb(245,175,223); }
H1.HeaderClassName
{
color: #F5AFDF;
}
.AnyTagClassName
{
color: #F5AFDF;
}
</style>
background-color css
<style>
a { background-color: #F5AFDF; }
a { background-color: rgb(245,175,223); }
div.DivClassName
{
background-color: #F5AFDF;
}
.BgClassName
{
background-color: #F5AFDF;
}
</style>
border-color css
<style>
span { border-color: #F5AFDF; }
span { border-color: rgb(245,175,223); }
td.TdClassName
{
border-color: #F5AFDF;
}
.TagClassName
{
border-color: #F5AFDF;
}
</style>