Shades of Lavender Rose #FDBEF1
Tints of Lavender Rose #FDBEF1
RGB
CMYK
RGB Variations
Color information
#FDBEF1 (or 0xFDBEF1) is known color: Lavender Rose. HEX triplet: FD, BE and F1. RGB value is (253,190,241). Sum of RGB (Red+Green+Blue) = 253+190+241=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEF1 is #02410E. Grayscale: #D6D6D6. Windows color (decimal): -147727 or 15843069. OLE color: 15843069.
HSL color Cylindrical-coordinate representation of color #FDBEF1: hue angle of 311.43º 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 #FDBEF1 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 241 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.01 |
| HSL | 311.43º | 0.94% | 0.87% | - |
| HSV(B) | 311.43º | 0.25% | 0.99% | - |
| XYZ | 74.8 | 64.06 | 91.64 | - |
| YUV | 214.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 241 | 0 | 0.25 | 0.05 | 0.01 | 311.43 | 0.94 | 0.87 |
| Hex | FD | BE | F1 | 0 | 19 | 5 | 1 | 137 | 5E | 57 |
| Octal | 375 | 276 | 361 | 0 | 31 | 5 | 1 | 467 | 136 | 127 |
| Binary | 11111101 | 10111110 | 11110001 | 0 | 11001 | 101 | 1 | 100110111 | 1011110 | 1010111 |
Color Harmonies of #FDBEF1
Complementary color
Monochromatic Colors of #FDBEF1
Black with #FDBEF1
Text Example
Text Example
White with #FDBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEF1; }
p { color: rgb(253,190,241); }
H1.HeaderClassName
{
color: #FDBEF1;
}
.AnyTagClassName
{
color: #FDBEF1;
}
</style>
background-color css
<style>
a { background-color: #FDBEF1; }
a { background-color: rgb(253,190,241); }
div.DivClassName
{
background-color: #FDBEF1;
}
.BgClassName
{
background-color: #FDBEF1;
}
</style>
border-color css
<style>
span { border-color: #FDBEF1; }
span { border-color: rgb(253,190,241); }
td.TdClassName
{
border-color: #FDBEF1;
}
.TagClassName
{
border-color: #FDBEF1;
}
</style>