Shades of Lavender Rose #F8B6F4
Tints of Lavender Rose #F8B6F4
RGB
CMYK
RGB Variations
Color information
#F8B6F4 (or 0xF8B6F4) is known color: Lavender Rose. HEX triplet: F8, B6 and F4. RGB value is (248,182,244). Sum of RGB (Red+Green+Blue) = 248+182+244=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 182 (71.48% from 255 or 27.00% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B6F4 is #07490B. Grayscale: #D0D0D0. Windows color (decimal): -477452 or 16037624. OLE color: 16037624.
HSL color Cylindrical-coordinate representation of color #F8B6F4: hue angle of 303.64º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6F4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 182 | 244 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.03 |
| HSL | 303.64º | 0.83% | 0.84% | - |
| HSV(B) | 303.64º | 0.27% | 0.97% | - |
| XYZ | 71.77 | 59.94 | 93.38 | - |
| YUV | 208.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 182 | 244 | 0 | 0.27 | 0.02 | 0.03 | 303.64 | 0.83 | 0.84 |
| Hex | F8 | B6 | F4 | 0 | 1B | 2 | 3 | 130 | 52 | 54 |
| Octal | 370 | 266 | 364 | 0 | 33 | 2 | 3 | 460 | 122 | 124 |
| Binary | 11111000 | 10110110 | 11110100 | 0 | 11011 | 10 | 11 | 100110000 | 1010010 | 1010100 |
Color Harmonies of #F8B6F4
Complementary color
Monochromatic Colors of #F8B6F4
Black with #F8B6F4
Text Example
Text Example
White with #F8B6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B6F4; }
p { color: rgb(248,182,244); }
H1.HeaderClassName
{
color: #F8B6F4;
}
.AnyTagClassName
{
color: #F8B6F4;
}
</style>
background-color css
<style>
a { background-color: #F8B6F4; }
a { background-color: rgb(248,182,244); }
div.DivClassName
{
background-color: #F8B6F4;
}
.BgClassName
{
background-color: #F8B6F4;
}
</style>
border-color css
<style>
span { border-color: #F8B6F4; }
span { border-color: rgb(248,182,244); }
td.TdClassName
{
border-color: #F8B6F4;
}
.TagClassName
{
border-color: #F8B6F4;
}
</style>