Shades of Lavender Rose #FDBFF5
Tints of Lavender Rose #FDBFF5
RGB
CMYK
RGB Variations
Color information
#FDBFF5 (or 0xFDBFF5) is known color: Lavender Rose. HEX triplet: FD, BF and F5. RGB value is (253,191,245). Sum of RGB (Red+Green+Blue) = 253+191+245=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 191 (75% from 255 or 27.72% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF5 is #02400A. Grayscale: #D7D7D7. Windows color (decimal): -147467 or 16105469. OLE color: 16105469.
HSL color Cylindrical-coordinate representation of color #FDBFF5: hue angle of 307.74º 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 #FDBFF5 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 245 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.01 |
| HSL | 307.74º | 0.94% | 0.87% | - |
| HSV(B) | 307.74º | 0.25% | 0.99% | - |
| XYZ | 75.62 | 64.74 | 94.9 | - |
| YUV | 215.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 245 | 0 | 0.25 | 0.03 | 0.01 | 307.74 | 0.94 | 0.87 |
| Hex | FD | BF | F5 | 0 | 19 | 3 | 1 | 134 | 5E | 57 |
| Octal | 375 | 277 | 365 | 0 | 31 | 3 | 1 | 464 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11110101 | 0 | 11001 | 11 | 1 | 100110100 | 1011110 | 1010111 |
Color Harmonies of #FDBFF5
Complementary color
Monochromatic Colors of #FDBFF5
Black with #FDBFF5
Text Example
Text Example
White with #FDBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFF5; }
p { color: rgb(253,191,245); }
H1.HeaderClassName
{
color: #FDBFF5;
}
.AnyTagClassName
{
color: #FDBFF5;
}
</style>
background-color css
<style>
a { background-color: #FDBFF5; }
a { background-color: rgb(253,191,245); }
div.DivClassName
{
background-color: #FDBFF5;
}
.BgClassName
{
background-color: #FDBFF5;
}
</style>
border-color css
<style>
span { border-color: #FDBFF5; }
span { border-color: rgb(253,191,245); }
td.TdClassName
{
border-color: #FDBFF5;
}
.TagClassName
{
border-color: #FDBFF5;
}
</style>