Shades of Lavender Rose #F2A8DB
Tints of Lavender Rose #F2A8DB
RGB
CMYK
RGB Variations
Color information
#F2A8DB (or 0xF2A8DB) is known color: Lavender Rose. HEX triplet: F2, A8 and DB. RGB value is (242,168,219). Sum of RGB (Red+Green+Blue) = 242+168+219=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8DB is #0D5724. Grayscale: #C3C3C3. Windows color (decimal): -874277 or 14395634. OLE color: 14395634.
HSL color Cylindrical-coordinate representation of color #F2A8DB: hue angle of 318.65º 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 #F2A8DB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 168 | 219 | - |
CMYK | 0 | 0.31 | 0.10 | 0.05 |
HSL | 318.65º | 0.74% | 0.8% | - |
HSV(B) | 318.65º | 0.31% | 0.95% | - |
XYZ | 63.41 | 52 | 73.71 | - |
YUV | 195.94 | 141.02 | 160.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 168 | 219 | 0 | 0.31 | 0.10 | 0.05 | 318.65 | 0.74 | 0.8 |
Hex | F2 | A8 | DB | 0 | 1F | A | 5 | 13F | 4A | 50 |
Octal | 362 | 250 | 333 | 0 | 37 | 12 | 5 | 477 | 112 | 120 |
Binary | 11110010 | 10101000 | 11011011 | 0 | 11111 | 1010 | 101 | 100111111 | 1001010 | 1010000 |
Color Harmonies of #F2A8DB
Complementary color
Monochromatic Colors of #F2A8DB
Black with #F2A8DB
Text Example
Text Example
White with #F2A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8DB; }
p { color: rgb(242,168,219); }
H1.HeaderClassName
{
color: #F2A8DB;
}
.AnyTagClassName
{
color: #F2A8DB;
}
</style>
background-color css
<style>
a { background-color: #F2A8DB; }
a { background-color: rgb(242,168,219); }
div.DivClassName
{
background-color: #F2A8DB;
}
.BgClassName
{
background-color: #F2A8DB;
}
</style>
border-color css
<style>
span { border-color: #F2A8DB; }
span { border-color: rgb(242,168,219); }
td.TdClassName
{
border-color: #F2A8DB;
}
.TagClassName
{
border-color: #F2A8DB;
}
</style>