Shades of Lavender Rose #F2A8DA
Tints of Lavender Rose #F2A8DA
RGB
CMYK
RGB Variations
Color information
#F2A8DA (or 0xF2A8DA) is known color: Lavender Rose. HEX triplet: F2, A8 and DA. RGB value is (242,168,218). Sum of RGB (Red+Green+Blue) = 242+168+218=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8DA is #0D5725. Grayscale: #C3C3C3. Windows color (decimal): -874278 or 14330098. OLE color: 14330098.
HSL color Cylindrical-coordinate representation of color #F2A8DA: hue angle of 319.46º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8DA is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 218 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.05 |
| HSL | 319.46º | 0.74% | 0.8% | - |
| HSV(B) | 319.46º | 0.31% | 0.95% | - |
| XYZ | 63.28 | 51.94 | 73.02 | - |
| YUV | 195.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 218 | 0 | 0.31 | 0.10 | 0.05 | 319.46 | 0.74 | 0.8 |
| Hex | F2 | A8 | DA | 0 | 1F | A | 5 | 13F | 4A | 50 |
| Octal | 362 | 250 | 332 | 0 | 37 | 12 | 5 | 477 | 112 | 120 |
| Binary | 11110010 | 10101000 | 11011010 | 0 | 11111 | 1010 | 101 | 100111111 | 1001010 | 1010000 |
Color Harmonies of #F2A8DA
Complementary color
Monochromatic Colors of #F2A8DA
Black with #F2A8DA
Text Example
Text Example
White with #F2A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8DA; }
p { color: rgb(242,168,218); }
H1.HeaderClassName
{
color: #F2A8DA;
}
.AnyTagClassName
{
color: #F2A8DA;
}
</style>
background-color css
<style>
a { background-color: #F2A8DA; }
a { background-color: rgb(242,168,218); }
div.DivClassName
{
background-color: #F2A8DA;
}
.BgClassName
{
background-color: #F2A8DA;
}
</style>
border-color css
<style>
span { border-color: #F2A8DA; }
span { border-color: rgb(242,168,218); }
td.TdClassName
{
border-color: #F2A8DA;
}
.TagClassName
{
border-color: #F2A8DA;
}
</style>