Shades of Lavender Rose #F2AFDD
Tints of Lavender Rose #F2AFDD
RGB
CMYK
RGB Variations
Color information
#F2AFDD (or 0xF2AFDD) is known color: Lavender Rose. HEX triplet: F2, AF and DD. RGB value is (242,175,221). Sum of RGB (Red+Green+Blue) = 242+175+221=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDD is #0D5022. Grayscale: #C8C8C8. Windows color (decimal): -872483 or 14528498. OLE color: 14528498.
HSL color Cylindrical-coordinate representation of color #F2AFDD: hue angle of 318.81º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFDD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 221 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 318.81º | 0.72% | 0.82% | - |
| HSV(B) | 318.81º | 0.28% | 0.95% | - |
| XYZ | 65 | 54.76 | 75.55 | - |
| YUV | 200.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 221 | 0 | 0.28 | 0.09 | 0.05 | 318.81 | 0.72 | 0.82 |
| Hex | F2 | AF | DD | 0 | 1C | 9 | 5 | 13F | 48 | 52 |
| Octal | 362 | 257 | 335 | 0 | 34 | 11 | 5 | 477 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11011101 | 0 | 11100 | 1001 | 101 | 100111111 | 1001000 | 1010010 |
Color Harmonies of #F2AFDD
Complementary color
Monochromatic Colors of #F2AFDD
Black with #F2AFDD
Text Example
Text Example
White with #F2AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFDD; }
p { color: rgb(242,175,221); }
H1.HeaderClassName
{
color: #F2AFDD;
}
.AnyTagClassName
{
color: #F2AFDD;
}
</style>
background-color css
<style>
a { background-color: #F2AFDD; }
a { background-color: rgb(242,175,221); }
div.DivClassName
{
background-color: #F2AFDD;
}
.BgClassName
{
background-color: #F2AFDD;
}
</style>
border-color css
<style>
span { border-color: #F2AFDD; }
span { border-color: rgb(242,175,221); }
td.TdClassName
{
border-color: #F2AFDD;
}
.TagClassName
{
border-color: #F2AFDD;
}
</style>