Shades of Lavender Pink #F3B0D6
Tints of Lavender Pink #F3B0D6
RGB
CMYK
RGB Variations
Color information
#F3B0D6 (or 0xF3B0D6) is known color: Lavender Pink. HEX triplet: F3, B0 and D6. RGB value is (243,176,214). Sum of RGB (Red+Green+Blue) = 243+176+214=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0D6 is #0C4F29. Grayscale: #C8C8C8. Windows color (decimal): -806698 or 14070003. OLE color: 14070003.
HSL color Cylindrical-coordinate representation of color #F3B0D6: hue angle of 325.97º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0D6 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 214 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.05 |
| HSL | 325.97º | 0.74% | 0.82% | - |
| HSV(B) | 325.97º | 0.28% | 0.95% | - |
| XYZ | 64.63 | 54.96 | 70.82 | - |
| YUV | 200.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 214 | 0 | 0.28 | 0.12 | 0.05 | 325.97 | 0.74 | 0.82 |
| Hex | F3 | B0 | D6 | 0 | 1C | C | 5 | 146 | 4A | 52 |
| Octal | 363 | 260 | 326 | 0 | 34 | 14 | 5 | 506 | 112 | 122 |
| Binary | 11110011 | 10110000 | 11010110 | 0 | 11100 | 1100 | 101 | 101000110 | 1001010 | 1010010 |
Color Harmonies of #F3B0D6
Complementary color
Monochromatic Colors of #F3B0D6
Black with #F3B0D6
Text Example
Text Example
White with #F3B0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0D6; }
p { color: rgb(243,176,214); }
H1.HeaderClassName
{
color: #F3B0D6;
}
.AnyTagClassName
{
color: #F3B0D6;
}
</style>
background-color css
<style>
a { background-color: #F3B0D6; }
a { background-color: rgb(243,176,214); }
div.DivClassName
{
background-color: #F3B0D6;
}
.BgClassName
{
background-color: #F3B0D6;
}
</style>
border-color css
<style>
span { border-color: #F3B0D6; }
span { border-color: rgb(243,176,214); }
td.TdClassName
{
border-color: #F3B0D6;
}
.TagClassName
{
border-color: #F3B0D6;
}
</style>