Shades of Lavender Pink #F8B3DD
Tints of Lavender Pink #F8B3DD
RGB
CMYK
RGB Variations
Color information
#F8B3DD (or 0xF8B3DD) is known color: Lavender Pink. HEX triplet: F8, B3 and DD. RGB value is (248,179,221). Sum of RGB (Red+Green+Blue) = 248+179+221=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3DD is #074C22. Grayscale: #CCCCCC. Windows color (decimal): -478243 or 14529528. OLE color: 14529528.
HSL color Cylindrical-coordinate representation of color #F8B3DD: hue angle of 323.48º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3DD is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 221 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.03 |
| HSL | 323.48º | 0.83% | 0.84% | - |
| HSV(B) | 323.48º | 0.28% | 0.97% | - |
| XYZ | 67.88 | 57.42 | 75.91 | - |
| YUV | 204.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 221 | 0 | 0.28 | 0.11 | 0.03 | 323.48 | 0.83 | 0.84 |
| Hex | F8 | B3 | DD | 0 | 1C | B | 3 | 143 | 53 | 54 |
| Octal | 370 | 263 | 335 | 0 | 34 | 13 | 3 | 503 | 123 | 124 |
| Binary | 11111000 | 10110011 | 11011101 | 0 | 11100 | 1011 | 11 | 101000011 | 1010011 | 1010100 |
Color Harmonies of #F8B3DD
Complementary color
Monochromatic Colors of #F8B3DD
Black with #F8B3DD
Text Example
Text Example
White with #F8B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B3DD; }
p { color: rgb(248,179,221); }
H1.HeaderClassName
{
color: #F8B3DD;
}
.AnyTagClassName
{
color: #F8B3DD;
}
</style>
background-color css
<style>
a { background-color: #F8B3DD; }
a { background-color: rgb(248,179,221); }
div.DivClassName
{
background-color: #F8B3DD;
}
.BgClassName
{
background-color: #F8B3DD;
}
</style>
border-color css
<style>
span { border-color: #F8B3DD; }
span { border-color: rgb(248,179,221); }
td.TdClassName
{
border-color: #F8B3DD;
}
.TagClassName
{
border-color: #F8B3DD;
}
</style>