Shades of Lavender Rose #F9BEED
Tints of Lavender Rose #F9BEED
RGB
CMYK
RGB Variations
Color information
#F9BEED (or 0xF9BEED) is known color: Lavender Rose. HEX triplet: F9, BE and ED. RGB value is (249,190,237). Sum of RGB (Red+Green+Blue) = 249+190+237=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 190 (74.61% from 255 or 28.11% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEED is #064112. Grayscale: #D4D4D4. Windows color (decimal): -409875 or 15580921. OLE color: 15580921.
HSL color Cylindrical-coordinate representation of color #F9BEED: hue angle of 312.2º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BEED is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 237 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.02 |
| HSL | 312.2º | 0.83% | 0.86% | - |
| HSV(B) | 312.2º | 0.24% | 0.98% | - |
| XYZ | 72.77 | 63.08 | 88.46 | - |
| YUV | 213 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 237 | 0 | 0.24 | 0.05 | 0.02 | 312.2 | 0.83 | 0.86 |
| Hex | F9 | BE | ED | 0 | 18 | 5 | 2 | 138 | 53 | 56 |
| Octal | 371 | 276 | 355 | 0 | 30 | 5 | 2 | 470 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11101101 | 0 | 11000 | 101 | 10 | 100111000 | 1010011 | 1010110 |
Color Harmonies of #F9BEED
Complementary color
Monochromatic Colors of #F9BEED
Black with #F9BEED
Text Example
Text Example
White with #F9BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BEED; }
p { color: rgb(249,190,237); }
H1.HeaderClassName
{
color: #F9BEED;
}
.AnyTagClassName
{
color: #F9BEED;
}
</style>
background-color css
<style>
a { background-color: #F9BEED; }
a { background-color: rgb(249,190,237); }
div.DivClassName
{
background-color: #F9BEED;
}
.BgClassName
{
background-color: #F9BEED;
}
</style>
border-color css
<style>
span { border-color: #F9BEED; }
span { border-color: rgb(249,190,237); }
td.TdClassName
{
border-color: #F9BEED;
}
.TagClassName
{
border-color: #F9BEED;
}
</style>