Shades of Lavender Rose #F2B0DC
Tints of Lavender Rose #F2B0DC
RGB
CMYK
RGB Variations
Color information
#F2B0DC (or 0xF2B0DC) is known color: Lavender Rose. HEX triplet: F2, B0 and DC. RGB value is (242,176,220). Sum of RGB (Red+Green+Blue) = 242+176+220=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0DC is #0D4F23. Grayscale: #C8C8C8. Windows color (decimal): -872228 or 14463218. OLE color: 14463218.
HSL color Cylindrical-coordinate representation of color #F2B0DC: hue angle of 320º 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 #F2B0DC is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 220 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.05 |
| HSL | 320º | 0.72% | 0.82% | - |
| HSV(B) | 320º | 0.27% | 0.95% | - |
| XYZ | 65.06 | 55.1 | 74.92 | - |
| YUV | 200.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 220 | 0 | 0.27 | 0.09 | 0.05 | 320 | 0.72 | 0.82 |
| Hex | F2 | B0 | DC | 0 | 1B | 9 | 5 | 140 | 48 | 52 |
| Octal | 362 | 260 | 334 | 0 | 33 | 11 | 5 | 500 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11011100 | 0 | 11011 | 1001 | 101 | 101000000 | 1001000 | 1010010 |
Color Harmonies of #F2B0DC
Complementary color
Monochromatic Colors of #F2B0DC
Black with #F2B0DC
Text Example
Text Example
White with #F2B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0DC; }
p { color: rgb(242,176,220); }
H1.HeaderClassName
{
color: #F2B0DC;
}
.AnyTagClassName
{
color: #F2B0DC;
}
</style>
background-color css
<style>
a { background-color: #F2B0DC; }
a { background-color: rgb(242,176,220); }
div.DivClassName
{
background-color: #F2B0DC;
}
.BgClassName
{
background-color: #F2B0DC;
}
</style>
border-color css
<style>
span { border-color: #F2B0DC; }
span { border-color: rgb(242,176,220); }
td.TdClassName
{
border-color: #F2B0DC;
}
.TagClassName
{
border-color: #F2B0DC;
}
</style>