Shades of Lavender Rose #FDBEF9
Tints of Lavender Rose #FDBEF9
RGB
CMYK
RGB Variations
Color information
#FDBEF9 (or 0xFDBEF9) is known color: Lavender Rose. HEX triplet: FD, BE and F9. RGB value is (253,190,249). Sum of RGB (Red+Green+Blue) = 253+190+249=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 190 (74.61% from 255 or 27.46% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEF9 is #024106. Grayscale: #D7D7D7. Windows color (decimal): -147719 or 16367357. OLE color: 16367357.
HSL color Cylindrical-coordinate representation of color #FDBEF9: hue angle of 303.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEF9 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 249 | - |
CMYK | 0 | 0.25 | 0.02 | 0.01 |
HSL | 303.81º | 0.94% | 0.87% | - |
HSV(B) | 303.81º | 0.25% | 0.99% | - |
XYZ | 76.02 | 64.55 | 98.08 | - |
YUV | 215.56 | 146.87 | 154.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 249 | 0 | 0.25 | 0.02 | 0.01 | 303.81 | 0.94 | 0.87 |
Hex | FD | BE | F9 | 0 | 19 | 2 | 1 | 130 | 5E | 57 |
Octal | 375 | 276 | 371 | 0 | 31 | 2 | 1 | 460 | 136 | 127 |
Binary | 11111101 | 10111110 | 11111001 | 0 | 11001 | 10 | 1 | 100110000 | 1011110 | 1010111 |
Color Harmonies of #FDBEF9
Complementary color
Monochromatic Colors of #FDBEF9
Black with #FDBEF9
Text Example
Text Example
White with #FDBEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEF9; }
p { color: rgb(253,190,249); }
H1.HeaderClassName
{
color: #FDBEF9;
}
.AnyTagClassName
{
color: #FDBEF9;
}
</style>
background-color css
<style>
a { background-color: #FDBEF9; }
a { background-color: rgb(253,190,249); }
div.DivClassName
{
background-color: #FDBEF9;
}
.BgClassName
{
background-color: #FDBEF9;
}
</style>
border-color css
<style>
span { border-color: #FDBEF9; }
span { border-color: rgb(253,190,249); }
td.TdClassName
{
border-color: #FDBEF9;
}
.TagClassName
{
border-color: #FDBEF9;
}
</style>