Shades of Lavender Rose #FDB2F1
Tints of Lavender Rose #FDB2F1
RGB
CMYK
RGB Variations
Color information
#FDB2F1 (or 0xFDB2F1) is known color: Lavender Rose. HEX triplet: FD, B2 and F1. RGB value is (253,178,241). Sum of RGB (Red+Green+Blue) = 253+178+241=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 178 (69.92% from 255 or 26.49% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2F1 is #024D0E. Grayscale: #CFCFCF. Windows color (decimal): -150799 or 15839997. OLE color: 15839997.
HSL color Cylindrical-coordinate representation of color #FDB2F1: hue angle of 309.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 #FDB2F1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 241 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.01 |
| HSL | 309.6º | 0.95% | 0.85% | - |
| HSV(B) | 309.6º | 0.3% | 0.99% | - |
| XYZ | 72.31 | 59.07 | 90.81 | - |
| YUV | 207.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 241 | 0 | 0.30 | 0.05 | 0.01 | 309.6 | 0.95 | 0.85 |
| Hex | FD | B2 | F1 | 0 | 1E | 5 | 1 | 136 | 5F | 55 |
| Octal | 375 | 262 | 361 | 0 | 36 | 5 | 1 | 466 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11110001 | 0 | 11110 | 101 | 1 | 100110110 | 1011111 | 1010101 |
Color Harmonies of #FDB2F1
Complementary color
Monochromatic Colors of #FDB2F1
Black with #FDB2F1
Text Example
Text Example
White with #FDB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2F1; }
p { color: rgb(253,178,241); }
H1.HeaderClassName
{
color: #FDB2F1;
}
.AnyTagClassName
{
color: #FDB2F1;
}
</style>
background-color css
<style>
a { background-color: #FDB2F1; }
a { background-color: rgb(253,178,241); }
div.DivClassName
{
background-color: #FDB2F1;
}
.BgClassName
{
background-color: #FDB2F1;
}
</style>
border-color css
<style>
span { border-color: #FDB2F1; }
span { border-color: rgb(253,178,241); }
td.TdClassName
{
border-color: #FDB2F1;
}
.TagClassName
{
border-color: #FDB2F1;
}
</style>