Shades of Lavender Rose #FDBDEF
Tints of Lavender Rose #FDBDEF
RGB
CMYK
RGB Variations
Color information
#FDBDEF (or 0xFDBDEF) is known color: Lavender Rose. HEX triplet: FD, BD and EF. RGB value is (253,189,239). Sum of RGB (Red+Green+Blue) = 253+189+239=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDEF is #024210. Grayscale: #D5D5D5. Windows color (decimal): -147985 or 15711741. OLE color: 15711741.
HSL color Cylindrical-coordinate representation of color #FDBDEF: hue angle of 313.12º 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 #FDBDEF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 239 | - |
CMYK | 0 | 0.25 | 0.06 | 0.01 |
HSL | 313.13º | 0.94% | 0.87% | - |
HSV(B) | 313.13º | 0.25% | 0.99% | - |
XYZ | 74.29 | 63.51 | 90 | - |
YUV | 213.84 | 142.2 | 155.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 239 | 0 | 0.25 | 0.06 | 0.01 | 313.13 | 0.94 | 0.87 |
Hex | FD | BD | EF | 0 | 19 | 6 | 1 | 139 | 5E | 57 |
Octal | 375 | 275 | 357 | 0 | 31 | 6 | 1 | 471 | 136 | 127 |
Binary | 11111101 | 10111101 | 11101111 | 0 | 11001 | 110 | 1 | 100111001 | 1011110 | 1010111 |
Color Harmonies of #FDBDEF
Complementary color
Monochromatic Colors of #FDBDEF
Black with #FDBDEF
Text Example
Text Example
White with #FDBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDEF; }
p { color: rgb(253,189,239); }
H1.HeaderClassName
{
color: #FDBDEF;
}
.AnyTagClassName
{
color: #FDBDEF;
}
</style>
background-color css
<style>
a { background-color: #FDBDEF; }
a { background-color: rgb(253,189,239); }
div.DivClassName
{
background-color: #FDBDEF;
}
.BgClassName
{
background-color: #FDBDEF;
}
</style>
border-color css
<style>
span { border-color: #FDBDEF; }
span { border-color: rgb(253,189,239); }
td.TdClassName
{
border-color: #FDBDEF;
}
.TagClassName
{
border-color: #FDBDEF;
}
</style>