Shades of Lavender Rose #F2B2DE
Tints of Lavender Rose #F2B2DE
RGB
CMYK
RGB Variations
Color information
#F2B2DE (or 0xF2B2DE) is known color: Lavender Rose. HEX triplet: F2, B2 and DE. RGB value is (242,178,222). Sum of RGB (Red+Green+Blue) = 242+178+222=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2DE is #0D4D21. Grayscale: #CACACA. Windows color (decimal): -871714 or 14594802. OLE color: 14594802.
HSL color Cylindrical-coordinate representation of color #F2B2DE: hue angle of 318.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 #F2B2DE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 222 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.05 |
| HSL | 318.75º | 0.71% | 0.82% | - |
| HSV(B) | 318.75º | 0.26% | 0.95% | - |
| XYZ | 65.72 | 55.99 | 76.45 | - |
| YUV | 202.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 222 | 0 | 0.26 | 0.08 | 0.05 | 318.75 | 0.71 | 0.82 |
| Hex | F2 | B2 | DE | 0 | 1A | 8 | 5 | 13F | 47 | 52 |
| Octal | 362 | 262 | 336 | 0 | 32 | 10 | 5 | 477 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11011110 | 0 | 11010 | 1000 | 101 | 100111111 | 1000111 | 1010010 |
Color Harmonies of #F2B2DE
Complementary color
Monochromatic Colors of #F2B2DE
Black with #F2B2DE
Text Example
Text Example
White with #F2B2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2DE; }
p { color: rgb(242,178,222); }
H1.HeaderClassName
{
color: #F2B2DE;
}
.AnyTagClassName
{
color: #F2B2DE;
}
</style>
background-color css
<style>
a { background-color: #F2B2DE; }
a { background-color: rgb(242,178,222); }
div.DivClassName
{
background-color: #F2B2DE;
}
.BgClassName
{
background-color: #F2B2DE;
}
</style>
border-color css
<style>
span { border-color: #F2B2DE; }
span { border-color: rgb(242,178,222); }
td.TdClassName
{
border-color: #F2B2DE;
}
.TagClassName
{
border-color: #F2B2DE;
}
</style>