Shades of Lavender Pink #F2B5DC
Tints of Lavender Pink #F2B5DC
RGB
CMYK
RGB Variations
Color information
#F2B5DC (or 0xF2B5DC) is known color: Lavender Pink. HEX triplet: F2, B5 and DC. RGB value is (242,181,220). Sum of RGB (Red+Green+Blue) = 242+181+220=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5DC is #0D4A23. Grayscale: #CBCBCB. Windows color (decimal): -870948 or 14464498. OLE color: 14464498.
HSL color Cylindrical-coordinate representation of color #F2B5DC: hue angle of 321.64º 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 #F2B5DC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 220 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.05 |
| HSL | 321.64º | 0.7% | 0.83% | - |
| HSV(B) | 321.64º | 0.25% | 0.95% | - |
| XYZ | 66.06 | 57.09 | 75.25 | - |
| YUV | 203.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 220 | 0 | 0.25 | 0.09 | 0.05 | 321.64 | 0.7 | 0.83 |
| Hex | F2 | B5 | DC | 0 | 19 | 9 | 5 | 142 | 46 | 53 |
| Octal | 362 | 265 | 334 | 0 | 31 | 11 | 5 | 502 | 106 | 123 |
| Binary | 11110010 | 10110101 | 11011100 | 0 | 11001 | 1001 | 101 | 101000010 | 1000110 | 1010011 |
Color Harmonies of #F2B5DC
Complementary color
Monochromatic Colors of #F2B5DC
Black with #F2B5DC
Text Example
Text Example
White with #F2B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5DC; }
p { color: rgb(242,181,220); }
H1.HeaderClassName
{
color: #F2B5DC;
}
.AnyTagClassName
{
color: #F2B5DC;
}
</style>
background-color css
<style>
a { background-color: #F2B5DC; }
a { background-color: rgb(242,181,220); }
div.DivClassName
{
background-color: #F2B5DC;
}
.BgClassName
{
background-color: #F2B5DC;
}
</style>
border-color css
<style>
span { border-color: #F2B5DC; }
span { border-color: rgb(242,181,220); }
td.TdClassName
{
border-color: #F2B5DC;
}
.TagClassName
{
border-color: #F2B5DC;
}
</style>