Shades of Lavender Pink #F1B5D4
Tints of Lavender Pink #F1B5D4
RGB
CMYK
RGB Variations
Color information
#F1B5D4 (or 0xF1B5D4) is known color: Lavender Pink. HEX triplet: F1, B5 and D4. RGB value is (241,181,212). Sum of RGB (Red+Green+Blue) = 241+181+212=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5D4 is #0E4A2B. Grayscale: #CACACA. Windows color (decimal): -936492 or 13940209. OLE color: 13940209.
HSL color Cylindrical-coordinate representation of color #F1B5D4: hue angle of 329º degrees, saturation: 0.68, 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 #F1B5D4 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 212 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.05 |
| HSL | 329º | 0.68% | 0.83% | - |
| HSV(B) | 329º | 0.25% | 0.95% | - |
| XYZ | 64.68 | 56.5 | 69.78 | - |
| YUV | 202.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 212 | 0 | 0.25 | 0.12 | 0.05 | 329 | 0.68 | 0.83 |
| Hex | F1 | B5 | D4 | 0 | 19 | C | 5 | 149 | 44 | 53 |
| Octal | 361 | 265 | 324 | 0 | 31 | 14 | 5 | 511 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11010100 | 0 | 11001 | 1100 | 101 | 101001001 | 1000100 | 1010011 |
Color Harmonies of #F1B5D4
Complementary color
Monochromatic Colors of #F1B5D4
Black with #F1B5D4
Text Example
Text Example
White with #F1B5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5D4; }
p { color: rgb(241,181,212); }
H1.HeaderClassName
{
color: #F1B5D4;
}
.AnyTagClassName
{
color: #F1B5D4;
}
</style>
background-color css
<style>
a { background-color: #F1B5D4; }
a { background-color: rgb(241,181,212); }
div.DivClassName
{
background-color: #F1B5D4;
}
.BgClassName
{
background-color: #F1B5D4;
}
</style>
border-color css
<style>
span { border-color: #F1B5D4; }
span { border-color: rgb(241,181,212); }
td.TdClassName
{
border-color: #F1B5D4;
}
.TagClassName
{
border-color: #F1B5D4;
}
</style>