Shades of Lavender Rose #FDBDF1
Tints of Lavender Rose #FDBDF1
RGB
CMYK
RGB Variations
Color information
#FDBDF1 (or 0xFDBDF1) is known color: Lavender Rose. HEX triplet: FD, BD and F1. RGB value is (253,189,241). Sum of RGB (Red+Green+Blue) = 253+189+241=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDF1 is #02420E. Grayscale: #D5D5D5. Windows color (decimal): -147983 or 15842813. OLE color: 15842813.
HSL color Cylindrical-coordinate representation of color #FDBDF1: hue angle of 311.25º 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 #FDBDF1 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 241 | - |
CMYK | 0 | 0.25 | 0.05 | 0.01 |
HSL | 311.25º | 0.94% | 0.87% | - |
HSV(B) | 311.25º | 0.25% | 0.99% | - |
XYZ | 74.58 | 63.63 | 91.57 | - |
YUV | 214.06 | 143.2 | 155.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 241 | 0 | 0.25 | 0.05 | 0.01 | 311.25 | 0.94 | 0.87 |
Hex | FD | BD | F1 | 0 | 19 | 5 | 1 | 137 | 5E | 57 |
Octal | 375 | 275 | 361 | 0 | 31 | 5 | 1 | 467 | 136 | 127 |
Binary | 11111101 | 10111101 | 11110001 | 0 | 11001 | 101 | 1 | 100110111 | 1011110 | 1010111 |
Color Harmonies of #FDBDF1
Complementary color
Monochromatic Colors of #FDBDF1
Black with #FDBDF1
Text Example
Text Example
White with #FDBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDF1; }
p { color: rgb(253,189,241); }
H1.HeaderClassName
{
color: #FDBDF1;
}
.AnyTagClassName
{
color: #FDBDF1;
}
</style>
background-color css
<style>
a { background-color: #FDBDF1; }
a { background-color: rgb(253,189,241); }
div.DivClassName
{
background-color: #FDBDF1;
}
.BgClassName
{
background-color: #FDBDF1;
}
</style>
border-color css
<style>
span { border-color: #FDBDF1; }
span { border-color: rgb(253,189,241); }
td.TdClassName
{
border-color: #FDBDF1;
}
.TagClassName
{
border-color: #FDBDF1;
}
</style>