Shades of Lavender Rose #FDBDF3
Tints of Lavender Rose #FDBDF3
RGB
CMYK
RGB Variations
Color information
#FDBDF3 (or 0xFDBDF3) is known color: Lavender Rose. HEX triplet: FD, BD and F3. RGB value is (253,189,243). Sum of RGB (Red+Green+Blue) = 253+189+243=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDF3 is #02420C. Grayscale: #D6D6D6. Windows color (decimal): -147981 or 15973885. OLE color: 15973885.
HSL color Cylindrical-coordinate representation of color #FDBDF3: hue angle of 309.38º 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 #FDBDF3 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 243 | - |
CMYK | 0 | 0.25 | 0.04 | 0.01 |
HSL | 309.38º | 0.94% | 0.87% | - |
HSV(B) | 309.38º | 0.25% | 0.99% | - |
XYZ | 74.88 | 63.75 | 93.15 | - |
YUV | 214.29 | 144.2 | 155.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 243 | 0 | 0.25 | 0.04 | 0.01 | 309.38 | 0.94 | 0.87 |
Hex | FD | BD | F3 | 0 | 19 | 4 | 1 | 135 | 5E | 57 |
Octal | 375 | 275 | 363 | 0 | 31 | 4 | 1 | 465 | 136 | 127 |
Binary | 11111101 | 10111101 | 11110011 | 0 | 11001 | 100 | 1 | 100110101 | 1011110 | 1010111 |
Color Harmonies of #FDBDF3
Complementary color
Monochromatic Colors of #FDBDF3
Black with #FDBDF3
Text Example
Text Example
White with #FDBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDF3; }
p { color: rgb(253,189,243); }
H1.HeaderClassName
{
color: #FDBDF3;
}
.AnyTagClassName
{
color: #FDBDF3;
}
</style>
background-color css
<style>
a { background-color: #FDBDF3; }
a { background-color: rgb(253,189,243); }
div.DivClassName
{
background-color: #FDBDF3;
}
.BgClassName
{
background-color: #FDBDF3;
}
</style>
border-color css
<style>
span { border-color: #FDBDF3; }
span { border-color: rgb(253,189,243); }
td.TdClassName
{
border-color: #FDBDF3;
}
.TagClassName
{
border-color: #FDBDF3;
}
</style>