Shades of Lavender Rose #FD9FFB
Tints of Lavender Rose #FD9FFB
RGB
CMYK
RGB Variations
Color information
#FD9FFB (or 0xFD9FFB) is known color: Lavender Rose. HEX triplet: FD, 9F and FB. RGB value is (253,159,251). Sum of RGB (Red+Green+Blue) = 253+159+251=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 159 (62.5% from 255 or 23.98% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9FFB is #026004. Grayscale: #C5C5C5. Windows color (decimal): -155653 or 16490493. OLE color: 16490493.
HSL color Cylindrical-coordinate representation of color #FD9FFB: hue angle of 301.28º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FD9FFB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 159 | 251 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.01 |
| HSL | 301.28º | 0.96% | 0.81% | - |
| HSV(B) | 301.28º | 0.37% | 0.99% | - |
| XYZ | 70.32 | 52.64 | 97.72 | - |
| YUV | 197.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 159 | 251 | 0 | 0.37 | 0.01 | 0.01 | 301.28 | 0.96 | 0.81 |
| Hex | FD | 9F | FB | 0 | 25 | 1 | 1 | 12D | 60 | 51 |
| Octal | 375 | 237 | 373 | 0 | 45 | 1 | 1 | 455 | 140 | 121 |
| Binary | 11111101 | 10011111 | 11111011 | 0 | 100101 | 1 | 1 | 100101101 | 1100000 | 1010001 |
Color Harmonies of #FD9FFB
Complementary color
Monochromatic Colors of #FD9FFB
Black with #FD9FFB
Text Example
Text Example
White with #FD9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9FFB; }
p { color: rgb(253,159,251); }
H1.HeaderClassName
{
color: #FD9FFB;
}
.AnyTagClassName
{
color: #FD9FFB;
}
</style>
background-color css
<style>
a { background-color: #FD9FFB; }
a { background-color: rgb(253,159,251); }
div.DivClassName
{
background-color: #FD9FFB;
}
.BgClassName
{
background-color: #FD9FFB;
}
</style>
border-color css
<style>
span { border-color: #FD9FFB; }
span { border-color: rgb(253,159,251); }
td.TdClassName
{
border-color: #FD9FFB;
}
.TagClassName
{
border-color: #FD9FFB;
}
</style>