Shades of Lavender Rose #F2B2DF
Tints of Lavender Rose #F2B2DF
RGB
CMYK
RGB Variations
Color information
#F2B2DF (or 0xF2B2DF) is known color: Lavender Rose. HEX triplet: F2, B2 and DF. RGB value is (242,178,223). Sum of RGB (Red+Green+Blue) = 242+178+223=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2DF is #0D4D20. Grayscale: #CACACA. Windows color (decimal): -871713 or 14660338. OLE color: 14660338.
HSL color Cylindrical-coordinate representation of color #F2B2DF: hue angle of 317.81º 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 #F2B2DF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 223 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.05 |
| HSL | 317.81º | 0.71% | 0.82% | - |
| HSV(B) | 317.81º | 0.26% | 0.95% | - |
| XYZ | 65.86 | 56.05 | 77.16 | - |
| YUV | 202.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 223 | 0 | 0.26 | 0.08 | 0.05 | 317.81 | 0.71 | 0.82 |
| Hex | F2 | B2 | DF | 0 | 1A | 8 | 5 | 13E | 47 | 52 |
| Octal | 362 | 262 | 337 | 0 | 32 | 10 | 5 | 476 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11011111 | 0 | 11010 | 1000 | 101 | 100111110 | 1000111 | 1010010 |
Color Harmonies of #F2B2DF
Complementary color
Monochromatic Colors of #F2B2DF
Black with #F2B2DF
Text Example
Text Example
White with #F2B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2DF; }
p { color: rgb(242,178,223); }
H1.HeaderClassName
{
color: #F2B2DF;
}
.AnyTagClassName
{
color: #F2B2DF;
}
</style>
background-color css
<style>
a { background-color: #F2B2DF; }
a { background-color: rgb(242,178,223); }
div.DivClassName
{
background-color: #F2B2DF;
}
.BgClassName
{
background-color: #F2B2DF;
}
</style>
border-color css
<style>
span { border-color: #F2B2DF; }
span { border-color: rgb(242,178,223); }
td.TdClassName
{
border-color: #F2B2DF;
}
.TagClassName
{
border-color: #F2B2DF;
}
</style>