Shades of Lavender Pink #F3B6D2
Tints of Lavender Pink #F3B6D2
RGB
CMYK
RGB Variations
Color information
#F3B6D2 (or 0xF3B6D2) is known color: Lavender Pink. HEX triplet: F3, B6 and D2. RGB value is (243,182,210). Sum of RGB (Red+Green+Blue) = 243+182+210=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B6D2 is #0C492D. Grayscale: #CBCBCB. Windows color (decimal): -805166 or 13809395. OLE color: 13809395.
HSL color Cylindrical-coordinate representation of color #F3B6D2: hue angle of 332.46º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3B6D2 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 182 | 210 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.05 |
| HSL | 332.46º | 0.72% | 0.83% | - |
| HSV(B) | 332.46º | 0.25% | 0.95% | - |
| XYZ | 65.32 | 57.16 | 68.56 | - |
| YUV | 203.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 182 | 210 | 0 | 0.25 | 0.14 | 0.05 | 332.46 | 0.72 | 0.83 |
| Hex | F3 | B6 | D2 | 0 | 19 | E | 5 | 14C | 48 | 53 |
| Octal | 363 | 266 | 322 | 0 | 31 | 16 | 5 | 514 | 110 | 123 |
| Binary | 11110011 | 10110110 | 11010010 | 0 | 11001 | 1110 | 101 | 101001100 | 1001000 | 1010011 |
Color Harmonies of #F3B6D2
Complementary color
Monochromatic Colors of #F3B6D2
Black with #F3B6D2
Text Example
Text Example
White with #F3B6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B6D2; }
p { color: rgb(243,182,210); }
H1.HeaderClassName
{
color: #F3B6D2;
}
.AnyTagClassName
{
color: #F3B6D2;
}
</style>
background-color css
<style>
a { background-color: #F3B6D2; }
a { background-color: rgb(243,182,210); }
div.DivClassName
{
background-color: #F3B6D2;
}
.BgClassName
{
background-color: #F3B6D2;
}
</style>
border-color css
<style>
span { border-color: #F3B6D2; }
span { border-color: rgb(243,182,210); }
td.TdClassName
{
border-color: #F3B6D2;
}
.TagClassName
{
border-color: #F3B6D2;
}
</style>