Shades of Lavender Rose #FDBEF4
Tints of Lavender Rose #FDBEF4
RGB
CMYK
RGB Variations
Color information
#FDBEF4 (or 0xFDBEF4) is known color: Lavender Rose. HEX triplet: FD, BE and F4. RGB value is (253,190,244). Sum of RGB (Red+Green+Blue) = 253+190+244=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEF4 is #02410B. Grayscale: #D6D6D6. Windows color (decimal): -147724 or 16039677. OLE color: 16039677.
HSL color Cylindrical-coordinate representation of color #FDBEF4: hue angle of 308.57º 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 #FDBEF4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 244 | - |
CMYK | 0 | 0.25 | 0.04 | 0.01 |
HSL | 308.57º | 0.94% | 0.87% | - |
HSV(B) | 308.57º | 0.25% | 0.99% | - |
XYZ | 75.25 | 64.24 | 94.02 | - |
YUV | 214.99 | 144.37 | 155.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 244 | 0 | 0.25 | 0.04 | 0.01 | 308.57 | 0.94 | 0.87 |
Hex | FD | BE | F4 | 0 | 19 | 4 | 1 | 135 | 5E | 57 |
Octal | 375 | 276 | 364 | 0 | 31 | 4 | 1 | 465 | 136 | 127 |
Binary | 11111101 | 10111110 | 11110100 | 0 | 11001 | 100 | 1 | 100110101 | 1011110 | 1010111 |
Color Harmonies of #FDBEF4
Complementary color
Monochromatic Colors of #FDBEF4
Black with #FDBEF4
Text Example
Text Example
White with #FDBEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEF4; }
p { color: rgb(253,190,244); }
H1.HeaderClassName
{
color: #FDBEF4;
}
.AnyTagClassName
{
color: #FDBEF4;
}
</style>
background-color css
<style>
a { background-color: #FDBEF4; }
a { background-color: rgb(253,190,244); }
div.DivClassName
{
background-color: #FDBEF4;
}
.BgClassName
{
background-color: #FDBEF4;
}
</style>
border-color css
<style>
span { border-color: #FDBEF4; }
span { border-color: rgb(253,190,244); }
td.TdClassName
{
border-color: #FDBEF4;
}
.TagClassName
{
border-color: #FDBEF4;
}
</style>