Shades of Lavender Rose #FDBFED
Tints of Lavender Rose #FDBFED
RGB
CMYK
RGB Variations
Color information
#FDBFED (or 0xFDBFED) is known color: Lavender Rose. HEX triplet: FD, BF and ED. RGB value is (253,191,237). Sum of RGB (Red+Green+Blue) = 253+191+237=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFED is #024012. Grayscale: #D6D6D6. Windows color (decimal): -147475 or 15581181. OLE color: 15581181.
HSL color Cylindrical-coordinate representation of color #FDBFED: hue angle of 315.48º 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 #FDBFED is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 191 | 237 | - |
CMYK | 0 | 0.25 | 0.06 | 0.01 |
HSL | 315.48º | 0.94% | 0.87% | - |
HSV(B) | 315.48º | 0.25% | 0.99% | - |
XYZ | 74.42 | 64.26 | 88.6 | - |
YUV | 214.78 | 140.54 | 155.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 191 | 237 | 0 | 0.25 | 0.06 | 0.01 | 315.48 | 0.94 | 0.87 |
Hex | FD | BF | ED | 0 | 19 | 6 | 1 | 13B | 5E | 57 |
Octal | 375 | 277 | 355 | 0 | 31 | 6 | 1 | 473 | 136 | 127 |
Binary | 11111101 | 10111111 | 11101101 | 0 | 11001 | 110 | 1 | 100111011 | 1011110 | 1010111 |
Color Harmonies of #FDBFED
Complementary color
Monochromatic Colors of #FDBFED
Black with #FDBFED
Text Example
Text Example
White with #FDBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFED; }
p { color: rgb(253,191,237); }
H1.HeaderClassName
{
color: #FDBFED;
}
.AnyTagClassName
{
color: #FDBFED;
}
</style>
background-color css
<style>
a { background-color: #FDBFED; }
a { background-color: rgb(253,191,237); }
div.DivClassName
{
background-color: #FDBFED;
}
.BgClassName
{
background-color: #FDBFED;
}
</style>
border-color css
<style>
span { border-color: #FDBFED; }
span { border-color: rgb(253,191,237); }
td.TdClassName
{
border-color: #FDBFED;
}
.TagClassName
{
border-color: #FDBFED;
}
</style>