Shades of Lavender Pink #F8B2D4
Tints of Lavender Pink #F8B2D4
RGB
CMYK
RGB Variations
Color information
#F8B2D4 (or 0xF8B2D4) is known color: Lavender Pink. HEX triplet: F8, B2 and D4. RGB value is (248,178,212). Sum of RGB (Red+Green+Blue) = 248+178+212=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2D4 is #074D2B. Grayscale: #CACACA. Windows color (decimal): -478508 or 13939448. OLE color: 13939448.
HSL color Cylindrical-coordinate representation of color #F8B2D4: hue angle of 330.86º 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 #F8B2D4 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 212 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.03 |
| HSL | 330.86º | 0.83% | 0.84% | - |
| HSV(B) | 330.86º | 0.28% | 0.97% | - |
| XYZ | 66.52 | 56.55 | 69.7 | - |
| YUV | 202.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 212 | 0 | 0.28 | 0.15 | 0.03 | 330.86 | 0.83 | 0.84 |
| Hex | F8 | B2 | D4 | 0 | 1C | F | 3 | 14B | 53 | 54 |
| Octal | 370 | 262 | 324 | 0 | 34 | 17 | 3 | 513 | 123 | 124 |
| Binary | 11111000 | 10110010 | 11010100 | 0 | 11100 | 1111 | 11 | 101001011 | 1010011 | 1010100 |
Color Harmonies of #F8B2D4
Complementary color
Monochromatic Colors of #F8B2D4
Black with #F8B2D4
Text Example
Text Example
White with #F8B2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2D4; }
p { color: rgb(248,178,212); }
H1.HeaderClassName
{
color: #F8B2D4;
}
.AnyTagClassName
{
color: #F8B2D4;
}
</style>
background-color css
<style>
a { background-color: #F8B2D4; }
a { background-color: rgb(248,178,212); }
div.DivClassName
{
background-color: #F8B2D4;
}
.BgClassName
{
background-color: #F8B2D4;
}
</style>
border-color css
<style>
span { border-color: #F8B2D4; }
span { border-color: rgb(248,178,212); }
td.TdClassName
{
border-color: #F8B2D4;
}
.TagClassName
{
border-color: #F8B2D4;
}
</style>