Shades of Lavender Rose #F3AFDD
Tints of Lavender Rose #F3AFDD
RGB
CMYK
RGB Variations
Color information
#F3AFDD (or 0xF3AFDD) is known color: Lavender Rose. HEX triplet: F3, AF and DD. RGB value is (243,175,221). Sum of RGB (Red+Green+Blue) = 243+175+221=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFDD is #0C5022. Grayscale: #C8C8C8. Windows color (decimal): -806947 or 14528499. OLE color: 14528499.
HSL color Cylindrical-coordinate representation of color #F3AFDD: hue angle of 319.41º degrees, saturation: 0.74, 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 #F3AFDD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 221 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 319.41º | 0.74% | 0.82% | - |
| HSV(B) | 319.41º | 0.28% | 0.95% | - |
| XYZ | 65.34 | 54.94 | 75.57 | - |
| YUV | 200.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 221 | 0 | 0.28 | 0.09 | 0.05 | 319.41 | 0.74 | 0.82 |
| Hex | F3 | AF | DD | 0 | 1C | 9 | 5 | 13F | 4A | 52 |
| Octal | 363 | 257 | 335 | 0 | 34 | 11 | 5 | 477 | 112 | 122 |
| Binary | 11110011 | 10101111 | 11011101 | 0 | 11100 | 1001 | 101 | 100111111 | 1001010 | 1010010 |
Color Harmonies of #F3AFDD
Complementary color
Monochromatic Colors of #F3AFDD
Black with #F3AFDD
Text Example
Text Example
White with #F3AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AFDD; }
p { color: rgb(243,175,221); }
H1.HeaderClassName
{
color: #F3AFDD;
}
.AnyTagClassName
{
color: #F3AFDD;
}
</style>
background-color css
<style>
a { background-color: #F3AFDD; }
a { background-color: rgb(243,175,221); }
div.DivClassName
{
background-color: #F3AFDD;
}
.BgClassName
{
background-color: #F3AFDD;
}
</style>
border-color css
<style>
span { border-color: #F3AFDD; }
span { border-color: rgb(243,175,221); }
td.TdClassName
{
border-color: #F3AFDD;
}
.TagClassName
{
border-color: #F3AFDD;
}
</style>