Shades of Lavender Rose #FDBEF0
Tints of Lavender Rose #FDBEF0
RGB
CMYK
RGB Variations
Color information
#FDBEF0 (or 0xFDBEF0) is known color: Lavender Rose. HEX triplet: FD, BE and F0. RGB value is (253,190,240). Sum of RGB (Red+Green+Blue) = 253+190+240=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEF0 is #02410F. Grayscale: #D6D6D6. Windows color (decimal): -147728 or 15777533. OLE color: 15777533.
HSL color Cylindrical-coordinate representation of color #FDBEF0: hue angle of 312.38º 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 #FDBEF0 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 240 | - |
CMYK | 0 | 0.25 | 0.05 | 0.01 |
HSL | 312.38º | 0.94% | 0.87% | - |
HSV(B) | 312.38º | 0.25% | 0.99% | - |
XYZ | 74.65 | 64 | 90.86 | - |
YUV | 214.54 | 142.37 | 155.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 240 | 0 | 0.25 | 0.05 | 0.01 | 312.38 | 0.94 | 0.87 |
Hex | FD | BE | F0 | 0 | 19 | 5 | 1 | 138 | 5E | 57 |
Octal | 375 | 276 | 360 | 0 | 31 | 5 | 1 | 470 | 136 | 127 |
Binary | 11111101 | 10111110 | 11110000 | 0 | 11001 | 101 | 1 | 100111000 | 1011110 | 1010111 |
Color Harmonies of #FDBEF0
Complementary color
Monochromatic Colors of #FDBEF0
Black with #FDBEF0
Text Example
Text Example
White with #FDBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEF0; }
p { color: rgb(253,190,240); }
H1.HeaderClassName
{
color: #FDBEF0;
}
.AnyTagClassName
{
color: #FDBEF0;
}
</style>
background-color css
<style>
a { background-color: #FDBEF0; }
a { background-color: rgb(253,190,240); }
div.DivClassName
{
background-color: #FDBEF0;
}
.BgClassName
{
background-color: #FDBEF0;
}
</style>
border-color css
<style>
span { border-color: #FDBEF0; }
span { border-color: rgb(253,190,240); }
td.TdClassName
{
border-color: #FDBEF0;
}
.TagClassName
{
border-color: #FDBEF0;
}
</style>