Shades of Lavender Pink #F1B5D2
Tints of Lavender Pink #F1B5D2
RGB
CMYK
RGB Variations
Color information
#F1B5D2 (or 0xF1B5D2) is known color: Lavender Pink. HEX triplet: F1, B5 and D2. RGB value is (241,181,210). Sum of RGB (Red+Green+Blue) = 241+181+210=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5D2 is #0E4A2D. Grayscale: #CACACA. Windows color (decimal): -936494 or 13809137. OLE color: 13809137.
HSL color Cylindrical-coordinate representation of color #F1B5D2: hue angle of 331º 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 #F1B5D2 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 210 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.05 |
| HSL | 331º | 0.68% | 0.83% | - |
| HSV(B) | 331º | 0.25% | 0.95% | - |
| XYZ | 64.43 | 56.4 | 68.46 | - |
| YUV | 202.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 210 | 0 | 0.25 | 0.13 | 0.05 | 331 | 0.68 | 0.83 |
| Hex | F1 | B5 | D2 | 0 | 19 | D | 5 | 14B | 44 | 53 |
| Octal | 361 | 265 | 322 | 0 | 31 | 15 | 5 | 513 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11010010 | 0 | 11001 | 1101 | 101 | 101001011 | 1000100 | 1010011 |
Color Harmonies of #F1B5D2
Complementary color
Monochromatic Colors of #F1B5D2
Black with #F1B5D2
Text Example
Text Example
White with #F1B5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5D2; }
p { color: rgb(241,181,210); }
H1.HeaderClassName
{
color: #F1B5D2;
}
.AnyTagClassName
{
color: #F1B5D2;
}
</style>
background-color css
<style>
a { background-color: #F1B5D2; }
a { background-color: rgb(241,181,210); }
div.DivClassName
{
background-color: #F1B5D2;
}
.BgClassName
{
background-color: #F1B5D2;
}
</style>
border-color css
<style>
span { border-color: #F1B5D2; }
span { border-color: rgb(241,181,210); }
td.TdClassName
{
border-color: #F1B5D2;
}
.TagClassName
{
border-color: #F1B5D2;
}
</style>