Shades of Lavender Pink #F1B1D2
Tints of Lavender Pink #F1B1D2
RGB
CMYK
RGB Variations
Color information
#F1B1D2 (or 0xF1B1D2) is known color: Lavender Pink. HEX triplet: F1, B1 and D2. RGB value is (241,177,210). Sum of RGB (Red+Green+Blue) = 241+177+210=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1D2 is #0E4E2D. Grayscale: #C7C7C7. Windows color (decimal): -937518 or 13808113. OLE color: 13808113.
HSL color Cylindrical-coordinate representation of color #F1B1D2: hue angle of 329.06º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B1D2 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 210 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.05 |
| HSL | 329.06º | 0.7% | 0.82% | - |
| HSV(B) | 329.06º | 0.27% | 0.95% | - |
| XYZ | 63.63 | 54.8 | 68.2 | - |
| YUV | 199.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 210 | 0 | 0.27 | 0.13 | 0.05 | 329.06 | 0.7 | 0.82 |
| Hex | F1 | B1 | D2 | 0 | 1B | D | 5 | 149 | 46 | 52 |
| Octal | 361 | 261 | 322 | 0 | 33 | 15 | 5 | 511 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11010010 | 0 | 11011 | 1101 | 101 | 101001001 | 1000110 | 1010010 |
Color Harmonies of #F1B1D2
Complementary color
Monochromatic Colors of #F1B1D2
Black with #F1B1D2
Text Example
Text Example
White with #F1B1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1D2; }
p { color: rgb(241,177,210); }
H1.HeaderClassName
{
color: #F1B1D2;
}
.AnyTagClassName
{
color: #F1B1D2;
}
</style>
background-color css
<style>
a { background-color: #F1B1D2; }
a { background-color: rgb(241,177,210); }
div.DivClassName
{
background-color: #F1B1D2;
}
.BgClassName
{
background-color: #F1B1D2;
}
</style>
border-color css
<style>
span { border-color: #F1B1D2; }
span { border-color: rgb(241,177,210); }
td.TdClassName
{
border-color: #F1B1D2;
}
.TagClassName
{
border-color: #F1B1D2;
}
</style>