Shades of Lavender Rose #FDBCED
Tints of Lavender Rose #FDBCED
RGB
CMYK
RGB Variations
Color information
#FDBCED (or 0xFDBCED) is known color: Lavender Rose. HEX triplet: FD, BC and ED. RGB value is (253,188,237). Sum of RGB (Red+Green+Blue) = 253+188+237=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCED is #024312. Grayscale: #D4D4D4. Windows color (decimal): -148243 or 15580413. OLE color: 15580413.
HSL color Cylindrical-coordinate representation of color #FDBCED: hue angle of 314.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBCED is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 188 | 237 | - |
CMYK | 0 | 0.26 | 0.06 | 0.01 |
HSL | 314.77º | 0.94% | 0.86% | - |
HSV(B) | 314.77º | 0.26% | 0.99% | - |
XYZ | 73.78 | 62.96 | 88.39 | - |
YUV | 213.02 | 141.53 | 156.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 188 | 237 | 0 | 0.26 | 0.06 | 0.01 | 314.77 | 0.94 | 0.86 |
Hex | FD | BC | ED | 0 | 1A | 6 | 1 | 13B | 5E | 56 |
Octal | 375 | 274 | 355 | 0 | 32 | 6 | 1 | 473 | 136 | 126 |
Binary | 11111101 | 10111100 | 11101101 | 0 | 11010 | 110 | 1 | 100111011 | 1011110 | 1010110 |
Color Harmonies of #FDBCED
Complementary color
Monochromatic Colors of #FDBCED
Black with #FDBCED
Text Example
Text Example
White with #FDBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCED; }
p { color: rgb(253,188,237); }
H1.HeaderClassName
{
color: #FDBCED;
}
.AnyTagClassName
{
color: #FDBCED;
}
</style>
background-color css
<style>
a { background-color: #FDBCED; }
a { background-color: rgb(253,188,237); }
div.DivClassName
{
background-color: #FDBCED;
}
.BgClassName
{
background-color: #FDBCED;
}
</style>
border-color css
<style>
span { border-color: #FDBCED; }
span { border-color: rgb(253,188,237); }
td.TdClassName
{
border-color: #FDBCED;
}
.TagClassName
{
border-color: #FDBCED;
}
</style>