Shades of Lavender Pink #F1B4D7
Tints of Lavender Pink #F1B4D7
RGB
CMYK
RGB Variations
Color information
#F1B4D7 (or 0xF1B4D7) is known color: Lavender Pink. HEX triplet: F1, B4 and D7. RGB value is (241,180,215). Sum of RGB (Red+Green+Blue) = 241+180+215=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4D7 is #0E4B28. Grayscale: #CACACA. Windows color (decimal): -936745 or 14136561. OLE color: 14136561.
HSL color Cylindrical-coordinate representation of color #F1B4D7: hue angle of 325.57º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B4D7 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 215 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.05 |
| HSL | 325.57º | 0.69% | 0.83% | - |
| HSV(B) | 325.57º | 0.25% | 0.95% | - |
| XYZ | 64.86 | 56.25 | 71.73 | - |
| YUV | 202.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 215 | 0 | 0.25 | 0.11 | 0.05 | 325.57 | 0.69 | 0.83 |
| Hex | F1 | B4 | D7 | 0 | 19 | B | 5 | 146 | 45 | 53 |
| Octal | 361 | 264 | 327 | 0 | 31 | 13 | 5 | 506 | 105 | 123 |
| Binary | 11110001 | 10110100 | 11010111 | 0 | 11001 | 1011 | 101 | 101000110 | 1000101 | 1010011 |
Color Harmonies of #F1B4D7
Complementary color
Monochromatic Colors of #F1B4D7
Black with #F1B4D7
Text Example
Text Example
White with #F1B4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4D7; }
p { color: rgb(241,180,215); }
H1.HeaderClassName
{
color: #F1B4D7;
}
.AnyTagClassName
{
color: #F1B4D7;
}
</style>
background-color css
<style>
a { background-color: #F1B4D7; }
a { background-color: rgb(241,180,215); }
div.DivClassName
{
background-color: #F1B4D7;
}
.BgClassName
{
background-color: #F1B4D7;
}
</style>
border-color css
<style>
span { border-color: #F1B4D7; }
span { border-color: rgb(241,180,215); }
td.TdClassName
{
border-color: #F1B4D7;
}
.TagClassName
{
border-color: #F1B4D7;
}
</style>