Shades of Lavender Rose #F3B1DE
Tints of Lavender Rose #F3B1DE
RGB
CMYK
RGB Variations
Color information
#F3B1DE (or 0xF3B1DE) is known color: Lavender Rose. HEX triplet: F3, B1 and DE. RGB value is (243,177,222). Sum of RGB (Red+Green+Blue) = 243+177+222=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B1DE is #0C4E21. Grayscale: #C9C9C9. Windows color (decimal): -806434 or 14594547. OLE color: 14594547.
HSL color Cylindrical-coordinate representation of color #F3B1DE: hue angle of 319.09º degrees, saturation: 0.73, 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 #F3B1DE is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 222 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.05 |
| HSL | 319.09º | 0.73% | 0.82% | - |
| HSV(B) | 319.09º | 0.27% | 0.95% | - |
| XYZ | 65.87 | 55.77 | 76.4 | - |
| YUV | 201.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 222 | 0 | 0.27 | 0.09 | 0.05 | 319.09 | 0.73 | 0.82 |
| Hex | F3 | B1 | DE | 0 | 1B | 9 | 5 | 13F | 49 | 52 |
| Octal | 363 | 261 | 336 | 0 | 33 | 11 | 5 | 477 | 111 | 122 |
| Binary | 11110011 | 10110001 | 11011110 | 0 | 11011 | 1001 | 101 | 100111111 | 1001001 | 1010010 |
Color Harmonies of #F3B1DE
Complementary color
Monochromatic Colors of #F3B1DE
Black with #F3B1DE
Text Example
Text Example
White with #F3B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B1DE; }
p { color: rgb(243,177,222); }
H1.HeaderClassName
{
color: #F3B1DE;
}
.AnyTagClassName
{
color: #F3B1DE;
}
</style>
background-color css
<style>
a { background-color: #F3B1DE; }
a { background-color: rgb(243,177,222); }
div.DivClassName
{
background-color: #F3B1DE;
}
.BgClassName
{
background-color: #F3B1DE;
}
</style>
border-color css
<style>
span { border-color: #F3B1DE; }
span { border-color: rgb(243,177,222); }
td.TdClassName
{
border-color: #F3B1DE;
}
.TagClassName
{
border-color: #F3B1DE;
}
</style>