Shades of Lavender Pink #F2B2CE
Tints of Lavender Pink #F2B2CE
RGB
CMYK
RGB Variations
Color information
#F2B2CE (or 0xF2B2CE) is known color: Lavender Pink. HEX triplet: F2, B2 and CE. RGB value is (242,178,206). Sum of RGB (Red+Green+Blue) = 242+178+206=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2CE is #0D4D31. Grayscale: #C8C8C8. Windows color (decimal): -871730 or 13546226. OLE color: 13546226.
HSL color Cylindrical-coordinate representation of color #F2B2CE: hue angle of 333.75º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B2CE is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 206 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.05 |
| HSL | 333.75º | 0.71% | 0.82% | - |
| HSV(B) | 333.75º | 0.26% | 0.95% | - |
| XYZ | 63.68 | 55.17 | 65.69 | - |
| YUV | 200.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 206 | 0 | 0.26 | 0.15 | 0.05 | 333.75 | 0.71 | 0.82 |
| Hex | F2 | B2 | CE | 0 | 1A | F | 5 | 14E | 47 | 52 |
| Octal | 362 | 262 | 316 | 0 | 32 | 17 | 5 | 516 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11001110 | 0 | 11010 | 1111 | 101 | 101001110 | 1000111 | 1010010 |
Color Harmonies of #F2B2CE
Complementary color
Monochromatic Colors of #F2B2CE
Black with #F2B2CE
Text Example
Text Example
White with #F2B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2CE; }
p { color: rgb(242,178,206); }
H1.HeaderClassName
{
color: #F2B2CE;
}
.AnyTagClassName
{
color: #F2B2CE;
}
</style>
background-color css
<style>
a { background-color: #F2B2CE; }
a { background-color: rgb(242,178,206); }
div.DivClassName
{
background-color: #F2B2CE;
}
.BgClassName
{
background-color: #F2B2CE;
}
</style>
border-color css
<style>
span { border-color: #F2B2CE; }
span { border-color: rgb(242,178,206); }
td.TdClassName
{
border-color: #F2B2CE;
}
.TagClassName
{
border-color: #F2B2CE;
}
</style>