Shades of Lavender Pink #F3B9DE
Tints of Lavender Pink #F3B9DE
RGB
CMYK
RGB Variations
Color information
#F3B9DE (or 0xF3B9DE) is known color: Lavender Pink. HEX triplet: F3, B9 and DE. RGB value is (243,185,222). Sum of RGB (Red+Green+Blue) = 243+185+222=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9DE is #0C4621. Grayscale: #CECECE. Windows color (decimal): -804386 or 14596595. OLE color: 14596595.
HSL color Cylindrical-coordinate representation of color #F3B9DE: hue angle of 321.72º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9DE is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 222 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.05 |
| HSL | 321.72º | 0.71% | 0.84% | - |
| HSV(B) | 321.72º | 0.24% | 0.95% | - |
| XYZ | 67.5 | 59.03 | 76.94 | - |
| YUV | 206.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 222 | 0 | 0.24 | 0.09 | 0.05 | 321.72 | 0.71 | 0.84 |
| Hex | F3 | B9 | DE | 0 | 18 | 9 | 5 | 142 | 47 | 54 |
| Octal | 363 | 271 | 336 | 0 | 30 | 11 | 5 | 502 | 107 | 124 |
| Binary | 11110011 | 10111001 | 11011110 | 0 | 11000 | 1001 | 101 | 101000010 | 1000111 | 1010100 |
Color Harmonies of #F3B9DE
Complementary color
Monochromatic Colors of #F3B9DE
Black with #F3B9DE
Text Example
Text Example
White with #F3B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9DE; }
p { color: rgb(243,185,222); }
H1.HeaderClassName
{
color: #F3B9DE;
}
.AnyTagClassName
{
color: #F3B9DE;
}
</style>
background-color css
<style>
a { background-color: #F3B9DE; }
a { background-color: rgb(243,185,222); }
div.DivClassName
{
background-color: #F3B9DE;
}
.BgClassName
{
background-color: #F3B9DE;
}
</style>
border-color css
<style>
span { border-color: #F3B9DE; }
span { border-color: rgb(243,185,222); }
td.TdClassName
{
border-color: #F3B9DE;
}
.TagClassName
{
border-color: #F3B9DE;
}
</style>