Shades of Lavender Rose #FDBEF5
Tints of Lavender Rose #FDBEF5
RGB
CMYK
RGB Variations
Color information
#FDBEF5 (or 0xFDBEF5) is known color: Lavender Rose. HEX triplet: FD, BE and F5. RGB value is (253,190,245). Sum of RGB (Red+Green+Blue) = 253+190+245=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 190 (74.61% from 255 or 27.62% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEF5 is #02410A. Grayscale: #D6D6D6. Windows color (decimal): -147723 or 16105213. OLE color: 16105213.
HSL color Cylindrical-coordinate representation of color #FDBEF5: hue angle of 307.62º 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 #FDBEF5 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 245 | - |
CMYK | 0 | 0.25 | 0.03 | 0.01 |
HSL | 307.62º | 0.94% | 0.87% | - |
HSV(B) | 307.62º | 0.25% | 0.99% | - |
XYZ | 75.4 | 64.3 | 94.82 | - |
YUV | 215.11 | 144.87 | 155.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 245 | 0 | 0.25 | 0.03 | 0.01 | 307.62 | 0.94 | 0.87 |
Hex | FD | BE | F5 | 0 | 19 | 3 | 1 | 134 | 5E | 57 |
Octal | 375 | 276 | 365 | 0 | 31 | 3 | 1 | 464 | 136 | 127 |
Binary | 11111101 | 10111110 | 11110101 | 0 | 11001 | 11 | 1 | 100110100 | 1011110 | 1010111 |
Color Harmonies of #FDBEF5
Complementary color
Monochromatic Colors of #FDBEF5
Black with #FDBEF5
Text Example
Text Example
White with #FDBEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEF5; }
p { color: rgb(253,190,245); }
H1.HeaderClassName
{
color: #FDBEF5;
}
.AnyTagClassName
{
color: #FDBEF5;
}
</style>
background-color css
<style>
a { background-color: #FDBEF5; }
a { background-color: rgb(253,190,245); }
div.DivClassName
{
background-color: #FDBEF5;
}
.BgClassName
{
background-color: #FDBEF5;
}
</style>
border-color css
<style>
span { border-color: #FDBEF5; }
span { border-color: rgb(253,190,245); }
td.TdClassName
{
border-color: #FDBEF5;
}
.TagClassName
{
border-color: #FDBEF5;
}
</style>