Shades of Lavender Pink #F2B0CE
Tints of Lavender Pink #F2B0CE
RGB
CMYK
RGB Variations
Color information
#F2B0CE (or 0xF2B0CE) is known color: Lavender Pink. HEX triplet: F2, B0 and CE. RGB value is (242,176,206). Sum of RGB (Red+Green+Blue) = 242+176+206=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0CE is #0D4F31. Grayscale: #C7C7C7. Windows color (decimal): -872242 or 13545714. OLE color: 13545714.
HSL color Cylindrical-coordinate representation of color #F2B0CE: hue angle of 332.73º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B0CE is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 206 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.05 |
| HSL | 332.73º | 0.72% | 0.82% | - |
| HSV(B) | 332.73º | 0.27% | 0.95% | - |
| XYZ | 63.28 | 54.38 | 65.55 | - |
| YUV | 199.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 206 | 0 | 0.27 | 0.15 | 0.05 | 332.73 | 0.72 | 0.82 |
| Hex | F2 | B0 | CE | 0 | 1B | F | 5 | 14D | 48 | 52 |
| Octal | 362 | 260 | 316 | 0 | 33 | 17 | 5 | 515 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11001110 | 0 | 11011 | 1111 | 101 | 101001101 | 1001000 | 1010010 |
Color Harmonies of #F2B0CE
Complementary color
Monochromatic Colors of #F2B0CE
Black with #F2B0CE
Text Example
Text Example
White with #F2B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0CE; }
p { color: rgb(242,176,206); }
H1.HeaderClassName
{
color: #F2B0CE;
}
.AnyTagClassName
{
color: #F2B0CE;
}
</style>
background-color css
<style>
a { background-color: #F2B0CE; }
a { background-color: rgb(242,176,206); }
div.DivClassName
{
background-color: #F2B0CE;
}
.BgClassName
{
background-color: #F2B0CE;
}
</style>
border-color css
<style>
span { border-color: #F2B0CE; }
span { border-color: rgb(242,176,206); }
td.TdClassName
{
border-color: #F2B0CE;
}
.TagClassName
{
border-color: #F2B0CE;
}
</style>