Shades of Lavender Rose #F2B3DF
Tints of Lavender Rose #F2B3DF
RGB
CMYK
RGB Variations
Color information
#F2B3DF (or 0xF2B3DF) is known color: Lavender Rose. HEX triplet: F2, B3 and DF. RGB value is (242,179,223). Sum of RGB (Red+Green+Blue) = 242+179+223=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3DF is #0D4C20. Grayscale: #CACACA. Windows color (decimal): -871457 or 14660594. OLE color: 14660594.
HSL color Cylindrical-coordinate representation of color #F2B3DF: hue angle of 318.1º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B3DF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 223 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.05 |
| HSL | 318.1º | 0.71% | 0.83% | - |
| HSV(B) | 318.1º | 0.26% | 0.95% | - |
| XYZ | 66.06 | 56.45 | 77.23 | - |
| YUV | 202.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 223 | 0 | 0.26 | 0.08 | 0.05 | 318.1 | 0.71 | 0.83 |
| Hex | F2 | B3 | DF | 0 | 1A | 8 | 5 | 13E | 47 | 53 |
| Octal | 362 | 263 | 337 | 0 | 32 | 10 | 5 | 476 | 107 | 123 |
| Binary | 11110010 | 10110011 | 11011111 | 0 | 11010 | 1000 | 101 | 100111110 | 1000111 | 1010011 |
Color Harmonies of #F2B3DF
Complementary color
Monochromatic Colors of #F2B3DF
Black with #F2B3DF
Text Example
Text Example
White with #F2B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B3DF; }
p { color: rgb(242,179,223); }
H1.HeaderClassName
{
color: #F2B3DF;
}
.AnyTagClassName
{
color: #F2B3DF;
}
</style>
background-color css
<style>
a { background-color: #F2B3DF; }
a { background-color: rgb(242,179,223); }
div.DivClassName
{
background-color: #F2B3DF;
}
.BgClassName
{
background-color: #F2B3DF;
}
</style>
border-color css
<style>
span { border-color: #F2B3DF; }
span { border-color: rgb(242,179,223); }
td.TdClassName
{
border-color: #F2B3DF;
}
.TagClassName
{
border-color: #F2B3DF;
}
</style>