Shades of Lavender Rose #FDB2F6
Tints of Lavender Rose #FDB2F6
RGB
CMYK
RGB Variations
Color information
#FDB2F6 (or 0xFDB2F6) is known color: Lavender Rose. HEX triplet: FD, B2 and F6. RGB value is (253,178,246). Sum of RGB (Red+Green+Blue) = 253+178+246=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 178 (69.92% from 255 or 26.29% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2F6 is #024D09. Grayscale: #CFCFCF. Windows color (decimal): -150794 or 16167677. OLE color: 16167677.
HSL color Cylindrical-coordinate representation of color #FDB2F6: hue angle of 305.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2F6 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 246 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.01 |
| HSL | 305.6º | 0.95% | 0.85% | - |
| HSV(B) | 305.6º | 0.3% | 0.99% | - |
| XYZ | 73.06 | 59.38 | 94.8 | - |
| YUV | 208.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 246 | 0 | 0.30 | 0.03 | 0.01 | 305.6 | 0.95 | 0.85 |
| Hex | FD | B2 | F6 | 0 | 1E | 3 | 1 | 132 | 5F | 55 |
| Octal | 375 | 262 | 366 | 0 | 36 | 3 | 1 | 462 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11110110 | 0 | 11110 | 11 | 1 | 100110010 | 1011111 | 1010101 |
Color Harmonies of #FDB2F6
Complementary color
Monochromatic Colors of #FDB2F6
Black with #FDB2F6
Text Example
Text Example
White with #FDB2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2F6; }
p { color: rgb(253,178,246); }
H1.HeaderClassName
{
color: #FDB2F6;
}
.AnyTagClassName
{
color: #FDB2F6;
}
</style>
background-color css
<style>
a { background-color: #FDB2F6; }
a { background-color: rgb(253,178,246); }
div.DivClassName
{
background-color: #FDB2F6;
}
.BgClassName
{
background-color: #FDB2F6;
}
</style>
border-color css
<style>
span { border-color: #FDB2F6; }
span { border-color: rgb(253,178,246); }
td.TdClassName
{
border-color: #FDB2F6;
}
.TagClassName
{
border-color: #FDB2F6;
}
</style>