Shades of Lavender Pink #F3B2D2
Tints of Lavender Pink #F3B2D2
RGB
CMYK
RGB Variations
Color information
#F3B2D2 (or 0xF3B2D2) is known color: Lavender Pink. HEX triplet: F3, B2 and D2. RGB value is (243,178,210). Sum of RGB (Red+Green+Blue) = 243+178+210=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B2D2 is #0C4D2D. Grayscale: #C9C9C9. Windows color (decimal): -806190 or 13808371. OLE color: 13808371.
HSL color Cylindrical-coordinate representation of color #F3B2D2: hue angle of 330.46º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B2D2 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 178 | 210 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.05 |
| HSL | 330.46º | 0.73% | 0.83% | - |
| HSV(B) | 330.46º | 0.27% | 0.95% | - |
| XYZ | 64.52 | 55.55 | 68.29 | - |
| YUV | 201.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 178 | 210 | 0 | 0.27 | 0.14 | 0.05 | 330.46 | 0.73 | 0.83 |
| Hex | F3 | B2 | D2 | 0 | 1B | E | 5 | 14A | 49 | 53 |
| Octal | 363 | 262 | 322 | 0 | 33 | 16 | 5 | 512 | 111 | 123 |
| Binary | 11110011 | 10110010 | 11010010 | 0 | 11011 | 1110 | 101 | 101001010 | 1001001 | 1010011 |
Color Harmonies of #F3B2D2
Complementary color
Monochromatic Colors of #F3B2D2
Black with #F3B2D2
Text Example
Text Example
White with #F3B2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B2D2; }
p { color: rgb(243,178,210); }
H1.HeaderClassName
{
color: #F3B2D2;
}
.AnyTagClassName
{
color: #F3B2D2;
}
</style>
background-color css
<style>
a { background-color: #F3B2D2; }
a { background-color: rgb(243,178,210); }
div.DivClassName
{
background-color: #F3B2D2;
}
.BgClassName
{
background-color: #F3B2D2;
}
</style>
border-color css
<style>
span { border-color: #F3B2D2; }
span { border-color: rgb(243,178,210); }
td.TdClassName
{
border-color: #F3B2D2;
}
.TagClassName
{
border-color: #F3B2D2;
}
</style>