Shades of Lavender Rose #F8ACF3
Tints of Lavender Rose #F8ACF3
RGB
CMYK
RGB Variations
Color information
#F8ACF3 (or 0xF8ACF3) is known color: Lavender Rose. HEX triplet: F8, AC and F3. RGB value is (248,172,243). Sum of RGB (Red+Green+Blue) = 248+172+243=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACF3 is #07530C. Grayscale: #CACACA. Windows color (decimal): -480013 or 15969528. OLE color: 15969528.
HSL color Cylindrical-coordinate representation of color #F8ACF3: hue angle of 303.95º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACF3 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 243 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.03 |
| HSL | 303.95º | 0.84% | 0.82% | - |
| HSV(B) | 303.95º | 0.31% | 0.97% | - |
| XYZ | 69.64 | 55.93 | 91.92 | - |
| YUV | 202.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 243 | 0 | 0.31 | 0.02 | 0.03 | 303.95 | 0.84 | 0.82 |
| Hex | F8 | AC | F3 | 0 | 1F | 2 | 3 | 130 | 54 | 52 |
| Octal | 370 | 254 | 363 | 0 | 37 | 2 | 3 | 460 | 124 | 122 |
| Binary | 11111000 | 10101100 | 11110011 | 0 | 11111 | 10 | 11 | 100110000 | 1010100 | 1010010 |
Color Harmonies of #F8ACF3
Complementary color
Monochromatic Colors of #F8ACF3
Black with #F8ACF3
Text Example
Text Example
White with #F8ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACF3; }
p { color: rgb(248,172,243); }
H1.HeaderClassName
{
color: #F8ACF3;
}
.AnyTagClassName
{
color: #F8ACF3;
}
</style>
background-color css
<style>
a { background-color: #F8ACF3; }
a { background-color: rgb(248,172,243); }
div.DivClassName
{
background-color: #F8ACF3;
}
.BgClassName
{
background-color: #F8ACF3;
}
</style>
border-color css
<style>
span { border-color: #F8ACF3; }
span { border-color: rgb(248,172,243); }
td.TdClassName
{
border-color: #F8ACF3;
}
.TagClassName
{
border-color: #F8ACF3;
}
</style>