Shades of Lavender Rose #FDBEED
Tints of Lavender Rose #FDBEED
RGB
CMYK
RGB Variations
Color information
#FDBEED (or 0xFDBEED) is known color: Lavender Rose. HEX triplet: FD, BE and ED. RGB value is (253,190,237). Sum of RGB (Red+Green+Blue) = 253+190+237=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 190 (74.61% from 255 or 27.94% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEED is #024112. Grayscale: #D6D6D6. Windows color (decimal): -147731 or 15580925. OLE color: 15580925.
HSL color Cylindrical-coordinate representation of color #FDBEED: hue angle of 315.24º 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 #FDBEED is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 237 | - |
CMYK | 0 | 0.25 | 0.06 | 0.01 |
HSL | 315.24º | 0.94% | 0.87% | - |
HSV(B) | 315.24º | 0.25% | 0.99% | - |
XYZ | 74.21 | 63.82 | 88.53 | - |
YUV | 214.2 | 140.87 | 155.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 237 | 0 | 0.25 | 0.06 | 0.01 | 315.24 | 0.94 | 0.87 |
Hex | FD | BE | ED | 0 | 19 | 6 | 1 | 13B | 5E | 57 |
Octal | 375 | 276 | 355 | 0 | 31 | 6 | 1 | 473 | 136 | 127 |
Binary | 11111101 | 10111110 | 11101101 | 0 | 11001 | 110 | 1 | 100111011 | 1011110 | 1010111 |
Color Harmonies of #FDBEED
Complementary color
Monochromatic Colors of #FDBEED
Black with #FDBEED
Text Example
Text Example
White with #FDBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEED; }
p { color: rgb(253,190,237); }
H1.HeaderClassName
{
color: #FDBEED;
}
.AnyTagClassName
{
color: #FDBEED;
}
</style>
background-color css
<style>
a { background-color: #FDBEED; }
a { background-color: rgb(253,190,237); }
div.DivClassName
{
background-color: #FDBEED;
}
.BgClassName
{
background-color: #FDBEED;
}
</style>
border-color css
<style>
span { border-color: #FDBEED; }
span { border-color: rgb(253,190,237); }
td.TdClassName
{
border-color: #FDBEED;
}
.TagClassName
{
border-color: #FDBEED;
}
</style>