Shades of Lavender Rose #FDBFF3
Tints of Lavender Rose #FDBFF3
RGB
CMYK
RGB Variations
Color information
#FDBFF3 (or 0xFDBFF3) is known color: Lavender Rose. HEX triplet: FD, BF and F3. RGB value is (253,191,243). Sum of RGB (Red+Green+Blue) = 253+191+243=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF3 is #02400C. Grayscale: #D7D7D7. Windows color (decimal): -147469 or 15974397. OLE color: 15974397.
HSL color Cylindrical-coordinate representation of color #FDBFF3: hue angle of 309.68º 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 #FDBFF3 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 243 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.01 |
| HSL | 309.68º | 0.94% | 0.87% | - |
| HSV(B) | 309.68º | 0.25% | 0.99% | - |
| XYZ | 75.32 | 64.62 | 93.3 | - |
| YUV | 215.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 243 | 0 | 0.25 | 0.04 | 0.01 | 309.68 | 0.94 | 0.87 |
| Hex | FD | BF | F3 | 0 | 19 | 4 | 1 | 136 | 5E | 57 |
| Octal | 375 | 277 | 363 | 0 | 31 | 4 | 1 | 466 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11110011 | 0 | 11001 | 100 | 1 | 100110110 | 1011110 | 1010111 |
Color Harmonies of #FDBFF3
Complementary color
Monochromatic Colors of #FDBFF3
Black with #FDBFF3
Text Example
Text Example
White with #FDBFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFF3; }
p { color: rgb(253,191,243); }
H1.HeaderClassName
{
color: #FDBFF3;
}
.AnyTagClassName
{
color: #FDBFF3;
}
</style>
background-color css
<style>
a { background-color: #FDBFF3; }
a { background-color: rgb(253,191,243); }
div.DivClassName
{
background-color: #FDBFF3;
}
.BgClassName
{
background-color: #FDBFF3;
}
</style>
border-color css
<style>
span { border-color: #FDBFF3; }
span { border-color: rgb(253,191,243); }
td.TdClassName
{
border-color: #FDBFF3;
}
.TagClassName
{
border-color: #FDBFF3;
}
</style>