Shades of Lavender Pink #F3B8DE
Tints of Lavender Pink #F3B8DE
RGB
CMYK
RGB Variations
Color information
#F3B8DE (or 0xF3B8DE) is known color: Lavender Pink. HEX triplet: F3, B8 and DE. RGB value is (243,184,222). Sum of RGB (Red+Green+Blue) = 243+184+222=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B8DE is #0C4721. Grayscale: #CDCDCD. Windows color (decimal): -804642 or 14596339. OLE color: 14596339.
HSL color Cylindrical-coordinate representation of color #F3B8DE: hue angle of 321.36º 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 #F3B8DE is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 184 | 222 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.05 |
| HSL | 321.36º | 0.71% | 0.84% | - |
| HSV(B) | 321.36º | 0.24% | 0.95% | - |
| XYZ | 67.29 | 58.61 | 76.87 | - |
| YUV | 205.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 222 | 0 | 0.24 | 0.09 | 0.05 | 321.36 | 0.71 | 0.84 |
| Hex | F3 | B8 | DE | 0 | 18 | 9 | 5 | 141 | 47 | 54 |
| Octal | 363 | 270 | 336 | 0 | 30 | 11 | 5 | 501 | 107 | 124 |
| Binary | 11110011 | 10111000 | 11011110 | 0 | 11000 | 1001 | 101 | 101000001 | 1000111 | 1010100 |
Color Harmonies of #F3B8DE
Complementary color
Monochromatic Colors of #F3B8DE
Black with #F3B8DE
Text Example
Text Example
White with #F3B8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B8DE; }
p { color: rgb(243,184,222); }
H1.HeaderClassName
{
color: #F3B8DE;
}
.AnyTagClassName
{
color: #F3B8DE;
}
</style>
background-color css
<style>
a { background-color: #F3B8DE; }
a { background-color: rgb(243,184,222); }
div.DivClassName
{
background-color: #F3B8DE;
}
.BgClassName
{
background-color: #F3B8DE;
}
</style>
border-color css
<style>
span { border-color: #F3B8DE; }
span { border-color: rgb(243,184,222); }
td.TdClassName
{
border-color: #F3B8DE;
}
.TagClassName
{
border-color: #F3B8DE;
}
</style>