Shades of Lavender Rose #F2AFDC
Tints of Lavender Rose #F2AFDC
RGB
CMYK
RGB Variations
Color information
#F2AFDC (or 0xF2AFDC) is known color: Lavender Rose. HEX triplet: F2, AF and DC. RGB value is (242,175,220). Sum of RGB (Red+Green+Blue) = 242+175+220=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDC is #0D5023. Grayscale: #C8C8C8. Windows color (decimal): -872484 or 14462962. OLE color: 14462962.
HSL color Cylindrical-coordinate representation of color #F2AFDC: hue angle of 319.7º 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 #F2AFDC is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 220 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 319.7º | 0.72% | 0.82% | - |
| HSV(B) | 319.7º | 0.28% | 0.95% | - |
| XYZ | 64.87 | 54.7 | 74.85 | - |
| YUV | 200.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 220 | 0 | 0.28 | 0.09 | 0.05 | 319.7 | 0.72 | 0.82 |
| Hex | F2 | AF | DC | 0 | 1C | 9 | 5 | 140 | 48 | 52 |
| Octal | 362 | 257 | 334 | 0 | 34 | 11 | 5 | 500 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11011100 | 0 | 11100 | 1001 | 101 | 101000000 | 1001000 | 1010010 |
Color Harmonies of #F2AFDC
Complementary color
Monochromatic Colors of #F2AFDC
Black with #F2AFDC
Text Example
Text Example
White with #F2AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFDC; }
p { color: rgb(242,175,220); }
H1.HeaderClassName
{
color: #F2AFDC;
}
.AnyTagClassName
{
color: #F2AFDC;
}
</style>
background-color css
<style>
a { background-color: #F2AFDC; }
a { background-color: rgb(242,175,220); }
div.DivClassName
{
background-color: #F2AFDC;
}
.BgClassName
{
background-color: #F2AFDC;
}
</style>
border-color css
<style>
span { border-color: #F2AFDC; }
span { border-color: rgb(242,175,220); }
td.TdClassName
{
border-color: #F2AFDC;
}
.TagClassName
{
border-color: #F2AFDC;
}
</style>