Shades of Lavender Pink #F8B5DD
Tints of Lavender Pink #F8B5DD
RGB
CMYK
RGB Variations
Color information
#F8B5DD (or 0xF8B5DD) is known color: Lavender Pink. HEX triplet: F8, B5 and DD. RGB value is (248,181,221). Sum of RGB (Red+Green+Blue) = 248+181+221=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5DD is #074A22. Grayscale: #CDCDCD. Windows color (decimal): -477731 or 14530040. OLE color: 14530040.
HSL color Cylindrical-coordinate representation of color #F8B5DD: hue angle of 324.18º degrees, saturation: 0.83, 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 #F8B5DD is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 221 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.03 |
| HSL | 324.18º | 0.83% | 0.84% | - |
| HSV(B) | 324.18º | 0.27% | 0.97% | - |
| XYZ | 68.29 | 58.22 | 76.05 | - |
| YUV | 205.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 221 | 0 | 0.27 | 0.11 | 0.03 | 324.18 | 0.83 | 0.84 |
| Hex | F8 | B5 | DD | 0 | 1B | B | 3 | 144 | 53 | 54 |
| Octal | 370 | 265 | 335 | 0 | 33 | 13 | 3 | 504 | 123 | 124 |
| Binary | 11111000 | 10110101 | 11011101 | 0 | 11011 | 1011 | 11 | 101000100 | 1010011 | 1010100 |
Color Harmonies of #F8B5DD
Complementary color
Monochromatic Colors of #F8B5DD
Black with #F8B5DD
Text Example
Text Example
White with #F8B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5DD; }
p { color: rgb(248,181,221); }
H1.HeaderClassName
{
color: #F8B5DD;
}
.AnyTagClassName
{
color: #F8B5DD;
}
</style>
background-color css
<style>
a { background-color: #F8B5DD; }
a { background-color: rgb(248,181,221); }
div.DivClassName
{
background-color: #F8B5DD;
}
.BgClassName
{
background-color: #F8B5DD;
}
</style>
border-color css
<style>
span { border-color: #F8B5DD; }
span { border-color: rgb(248,181,221); }
td.TdClassName
{
border-color: #F8B5DD;
}
.TagClassName
{
border-color: #F8B5DD;
}
</style>