Shades of Lavender Pink #F3B8DC
Tints of Lavender Pink #F3B8DC
RGB
CMYK
RGB Variations
Color information
#F3B8DC (or 0xF3B8DC) is known color: Lavender Pink. HEX triplet: F3, B8 and DC. RGB value is (243,184,220). Sum of RGB (Red+Green+Blue) = 243+184+220=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B8DC is #0C4723. Grayscale: #CDCDCD. Windows color (decimal): -804644 or 14465267. OLE color: 14465267.
HSL color Cylindrical-coordinate representation of color #F3B8DC: hue angle of 323.39º 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 #F3B8DC is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 184 | 220 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.05 |
| HSL | 323.39º | 0.71% | 0.84% | - |
| HSV(B) | 323.39º | 0.24% | 0.95% | - |
| XYZ | 67.02 | 58.5 | 75.47 | - |
| YUV | 205.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 220 | 0 | 0.24 | 0.09 | 0.05 | 323.39 | 0.71 | 0.84 |
| Hex | F3 | B8 | DC | 0 | 18 | 9 | 5 | 143 | 47 | 54 |
| Octal | 363 | 270 | 334 | 0 | 30 | 11 | 5 | 503 | 107 | 124 |
| Binary | 11110011 | 10111000 | 11011100 | 0 | 11000 | 1001 | 101 | 101000011 | 1000111 | 1010100 |
Color Harmonies of #F3B8DC
Complementary color
Monochromatic Colors of #F3B8DC
Black with #F3B8DC
Text Example
Text Example
White with #F3B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B8DC; }
p { color: rgb(243,184,220); }
H1.HeaderClassName
{
color: #F3B8DC;
}
.AnyTagClassName
{
color: #F3B8DC;
}
</style>
background-color css
<style>
a { background-color: #F3B8DC; }
a { background-color: rgb(243,184,220); }
div.DivClassName
{
background-color: #F3B8DC;
}
.BgClassName
{
background-color: #F3B8DC;
}
</style>
border-color css
<style>
span { border-color: #F3B8DC; }
span { border-color: rgb(243,184,220); }
td.TdClassName
{
border-color: #F3B8DC;
}
.TagClassName
{
border-color: #F3B8DC;
}
</style>