Shades of Lavender Pink #F2B5CF
Tints of Lavender Pink #F2B5CF
RGB
CMYK
RGB Variations
Color information
#F2B5CF (or 0xF2B5CF) is known color: Lavender Pink. HEX triplet: F2, B5 and CF. RGB value is (242,181,207). Sum of RGB (Red+Green+Blue) = 242+181+207=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CF is #0D4A30. Grayscale: #CACACA. Windows color (decimal): -870961 or 13612530. OLE color: 13612530.
HSL color Cylindrical-coordinate representation of color #F2B5CF: hue angle of 334.43º degrees, saturation: 0.7, 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 #F2B5CF is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 207 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.05 |
| HSL | 334.43º | 0.7% | 0.83% | - |
| HSV(B) | 334.43º | 0.25% | 0.95% | - |
| XYZ | 64.4 | 56.43 | 66.53 | - |
| YUV | 202.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 207 | 0 | 0.25 | 0.14 | 0.05 | 334.43 | 0.7 | 0.83 |
| Hex | F2 | B5 | CF | 0 | 19 | E | 5 | 14E | 46 | 53 |
| Octal | 362 | 265 | 317 | 0 | 31 | 16 | 5 | 516 | 106 | 123 |
| Binary | 11110010 | 10110101 | 11001111 | 0 | 11001 | 1110 | 101 | 101001110 | 1000110 | 1010011 |
Color Harmonies of #F2B5CF
Complementary color
Monochromatic Colors of #F2B5CF
Black with #F2B5CF
Text Example
Text Example
White with #F2B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5CF; }
p { color: rgb(242,181,207); }
H1.HeaderClassName
{
color: #F2B5CF;
}
.AnyTagClassName
{
color: #F2B5CF;
}
</style>
background-color css
<style>
a { background-color: #F2B5CF; }
a { background-color: rgb(242,181,207); }
div.DivClassName
{
background-color: #F2B5CF;
}
.BgClassName
{
background-color: #F2B5CF;
}
</style>
border-color css
<style>
span { border-color: #F2B5CF; }
span { border-color: rgb(242,181,207); }
td.TdClassName
{
border-color: #F2B5CF;
}
.TagClassName
{
border-color: #F2B5CF;
}
</style>