Shades of Lavender Rose #F1A8DA
Tints of Lavender Rose #F1A8DA
RGB
CMYK
RGB Variations
Color information
#F1A8DA (or 0xF1A8DA) is known color: Lavender Rose. HEX triplet: F1, A8 and DA. RGB value is (241,168,218). Sum of RGB (Red+Green+Blue) = 241+168+218=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8DA is #0E5725. Grayscale: #C3C3C3. Windows color (decimal): -939814 or 14330097. OLE color: 14330097.
HSL color Cylindrical-coordinate representation of color #F1A8DA: hue angle of 318.9º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8DA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 218 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 318.9º | 0.72% | 0.8% | - |
| HSV(B) | 318.9º | 0.3% | 0.95% | - |
| XYZ | 62.93 | 51.77 | 73 | - |
| YUV | 195.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 218 | 0 | 0.30 | 0.10 | 0.05 | 318.9 | 0.72 | 0.8 |
| Hex | F1 | A8 | DA | 0 | 1E | A | 5 | 13F | 48 | 50 |
| Octal | 361 | 250 | 332 | 0 | 36 | 12 | 5 | 477 | 110 | 120 |
| Binary | 11110001 | 10101000 | 11011010 | 0 | 11110 | 1010 | 101 | 100111111 | 1001000 | 1010000 |
Color Harmonies of #F1A8DA
Complementary color
Monochromatic Colors of #F1A8DA
Black with #F1A8DA
Text Example
Text Example
White with #F1A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8DA; }
p { color: rgb(241,168,218); }
H1.HeaderClassName
{
color: #F1A8DA;
}
.AnyTagClassName
{
color: #F1A8DA;
}
</style>
background-color css
<style>
a { background-color: #F1A8DA; }
a { background-color: rgb(241,168,218); }
div.DivClassName
{
background-color: #F1A8DA;
}
.BgClassName
{
background-color: #F1A8DA;
}
</style>
border-color css
<style>
span { border-color: #F1A8DA; }
span { border-color: rgb(241,168,218); }
td.TdClassName
{
border-color: #F1A8DA;
}
.TagClassName
{
border-color: #F1A8DA;
}
</style>