Shades of Lavender Rose #F8A8DA
Tints of Lavender Rose #F8A8DA
RGB
CMYK
RGB Variations
Color information
#F8A8DA (or 0xF8A8DA) is known color: Lavender Rose. HEX triplet: F8, A8 and DA. RGB value is (248,168,218). Sum of RGB (Red+Green+Blue) = 248+168+218=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8DA is #075725. Grayscale: #C5C5C5. Windows color (decimal): -481062 or 14330104. OLE color: 14330104.
HSL color Cylindrical-coordinate representation of color #F8A8DA: hue angle of 322.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A8DA is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 218 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.03 |
| HSL | 322.5º | 0.85% | 0.82% | - |
| HSV(B) | 322.5º | 0.32% | 0.97% | - |
| XYZ | 65.37 | 53.02 | 73.12 | - |
| YUV | 197.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 218 | 0 | 0.32 | 0.12 | 0.03 | 322.5 | 0.85 | 0.82 |
| Hex | F8 | A8 | DA | 0 | 20 | C | 3 | 142 | 55 | 52 |
| Octal | 370 | 250 | 332 | 0 | 40 | 14 | 3 | 502 | 125 | 122 |
| Binary | 11111000 | 10101000 | 11011010 | 0 | 100000 | 1100 | 11 | 101000010 | 1010101 | 1010010 |
Color Harmonies of #F8A8DA
Complementary color
Monochromatic Colors of #F8A8DA
Black with #F8A8DA
Text Example
Text Example
White with #F8A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8DA; }
p { color: rgb(248,168,218); }
H1.HeaderClassName
{
color: #F8A8DA;
}
.AnyTagClassName
{
color: #F8A8DA;
}
</style>
background-color css
<style>
a { background-color: #F8A8DA; }
a { background-color: rgb(248,168,218); }
div.DivClassName
{
background-color: #F8A8DA;
}
.BgClassName
{
background-color: #F8A8DA;
}
</style>
border-color css
<style>
span { border-color: #F8A8DA; }
span { border-color: rgb(248,168,218); }
td.TdClassName
{
border-color: #F8A8DA;
}
.TagClassName
{
border-color: #F8A8DA;
}
</style>