Shades of Lavender Pink #F8B8E2
Tints of Lavender Pink #F8B8E2
RGB
CMYK
RGB Variations
Color information
#F8B8E2 (or 0xF8B8E2) is known color: Lavender Pink. HEX triplet: F8, B8 and E2. RGB value is (248,184,226). Sum of RGB (Red+Green+Blue) = 248+184+226=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B8E2 is #07471D. Grayscale: #CFCFCF. Windows color (decimal): -476958 or 14858488. OLE color: 14858488.
HSL color Cylindrical-coordinate representation of color #F8B8E2: hue angle of 320.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B8E2 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 184 | 226 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.03 |
| HSL | 320.63º | 0.82% | 0.85% | - |
| HSV(B) | 320.63º | 0.26% | 0.97% | - |
| XYZ | 69.58 | 59.73 | 79.81 | - |
| YUV | 207.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 184 | 226 | 0 | 0.26 | 0.09 | 0.03 | 320.63 | 0.82 | 0.85 |
| Hex | F8 | B8 | E2 | 0 | 1A | 9 | 3 | 141 | 52 | 55 |
| Octal | 370 | 270 | 342 | 0 | 32 | 11 | 3 | 501 | 122 | 125 |
| Binary | 11111000 | 10111000 | 11100010 | 0 | 11010 | 1001 | 11 | 101000001 | 1010010 | 1010101 |
Color Harmonies of #F8B8E2
Complementary color
Monochromatic Colors of #F8B8E2
Black with #F8B8E2
Text Example
Text Example
White with #F8B8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B8E2; }
p { color: rgb(248,184,226); }
H1.HeaderClassName
{
color: #F8B8E2;
}
.AnyTagClassName
{
color: #F8B8E2;
}
</style>
background-color css
<style>
a { background-color: #F8B8E2; }
a { background-color: rgb(248,184,226); }
div.DivClassName
{
background-color: #F8B8E2;
}
.BgClassName
{
background-color: #F8B8E2;
}
</style>
border-color css
<style>
span { border-color: #F8B8E2; }
span { border-color: rgb(248,184,226); }
td.TdClassName
{
border-color: #F8B8E2;
}
.TagClassName
{
border-color: #F8B8E2;
}
</style>