Shades of Lavender Rose #FDB9F1
Tints of Lavender Rose #FDB9F1
RGB
CMYK
RGB Variations
Color information
#FDB9F1 (or 0xFDB9F1) is known color: Lavender Rose. HEX triplet: FD, B9 and F1. RGB value is (253,185,241). Sum of RGB (Red+Green+Blue) = 253+185+241=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9F1 is #02460E. Grayscale: #D3D3D3. Windows color (decimal): -149007 or 15841789. OLE color: 15841789.
HSL color Cylindrical-coordinate representation of color #FDB9F1: hue angle of 310.59º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9F1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 241 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.01 |
| HSL | 310.59º | 0.94% | 0.86% | - |
| HSV(B) | 310.59º | 0.27% | 0.99% | - |
| XYZ | 73.73 | 61.93 | 91.29 | - |
| YUV | 211.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 241 | 0 | 0.27 | 0.05 | 0.01 | 310.59 | 0.94 | 0.86 |
| Hex | FD | B9 | F1 | 0 | 1B | 5 | 1 | 137 | 5E | 56 |
| Octal | 375 | 271 | 361 | 0 | 33 | 5 | 1 | 467 | 136 | 126 |
| Binary | 11111101 | 10111001 | 11110001 | 0 | 11011 | 101 | 1 | 100110111 | 1011110 | 1010110 |
Color Harmonies of #FDB9F1
Complementary color
Monochromatic Colors of #FDB9F1
Black with #FDB9F1
Text Example
Text Example
White with #FDB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9F1; }
p { color: rgb(253,185,241); }
H1.HeaderClassName
{
color: #FDB9F1;
}
.AnyTagClassName
{
color: #FDB9F1;
}
</style>
background-color css
<style>
a { background-color: #FDB9F1; }
a { background-color: rgb(253,185,241); }
div.DivClassName
{
background-color: #FDB9F1;
}
.BgClassName
{
background-color: #FDB9F1;
}
</style>
border-color css
<style>
span { border-color: #FDB9F1; }
span { border-color: rgb(253,185,241); }
td.TdClassName
{
border-color: #FDB9F1;
}
.TagClassName
{
border-color: #FDB9F1;
}
</style>