Shades of Lavender Rose #FDB0F6
Tints of Lavender Rose #FDB0F6
RGB
CMYK
RGB Variations
Color information
#FDB0F6 (or 0xFDB0F6) is known color: Lavender Rose. HEX triplet: FD, B0 and F6. RGB value is (253,176,246). Sum of RGB (Red+Green+Blue) = 253+176+246=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB0F6 is #024F09. Grayscale: #CECECE. Windows color (decimal): -151306 or 16167165. OLE color: 16167165.
HSL color Cylindrical-coordinate representation of color #FDB0F6: hue angle of 305.45º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0F6 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 246 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.01 |
| HSL | 305.45º | 0.95% | 0.84% | - |
| HSV(B) | 305.45º | 0.3% | 0.99% | - |
| XYZ | 72.67 | 58.59 | 94.67 | - |
| YUV | 207 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 246 | 0 | 0.30 | 0.03 | 0.01 | 305.45 | 0.95 | 0.84 |
| Hex | FD | B0 | F6 | 0 | 1E | 3 | 1 | 131 | 5F | 54 |
| Octal | 375 | 260 | 366 | 0 | 36 | 3 | 1 | 461 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11110110 | 0 | 11110 | 11 | 1 | 100110001 | 1011111 | 1010100 |
Color Harmonies of #FDB0F6
Complementary color
Monochromatic Colors of #FDB0F6
Black with #FDB0F6
Text Example
Text Example
White with #FDB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0F6; }
p { color: rgb(253,176,246); }
H1.HeaderClassName
{
color: #FDB0F6;
}
.AnyTagClassName
{
color: #FDB0F6;
}
</style>
background-color css
<style>
a { background-color: #FDB0F6; }
a { background-color: rgb(253,176,246); }
div.DivClassName
{
background-color: #FDB0F6;
}
.BgClassName
{
background-color: #FDB0F6;
}
</style>
border-color css
<style>
span { border-color: #FDB0F6; }
span { border-color: rgb(253,176,246); }
td.TdClassName
{
border-color: #FDB0F6;
}
.TagClassName
{
border-color: #FDB0F6;
}
</style>