Shades of Lavender Pink #F1B3D2
Tints of Lavender Pink #F1B3D2
RGB
CMYK
RGB Variations
Color information
#F1B3D2 (or 0xF1B3D2) is known color: Lavender Pink. HEX triplet: F1, B3 and D2. RGB value is (241,179,210). Sum of RGB (Red+Green+Blue) = 241+179+210=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3D2 is #0E4C2D. Grayscale: #C9C9C9. Windows color (decimal): -937006 or 13808625. OLE color: 13808625.
HSL color Cylindrical-coordinate representation of color #F1B3D2: hue angle of 330º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B3D2 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 210 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.05 |
| HSL | 330º | 0.69% | 0.82% | - |
| HSV(B) | 330º | 0.26% | 0.95% | - |
| XYZ | 64.03 | 55.59 | 68.33 | - |
| YUV | 201.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 210 | 0 | 0.26 | 0.13 | 0.05 | 330 | 0.69 | 0.82 |
| Hex | F1 | B3 | D2 | 0 | 1A | D | 5 | 14A | 45 | 52 |
| Octal | 361 | 263 | 322 | 0 | 32 | 15 | 5 | 512 | 105 | 122 |
| Binary | 11110001 | 10110011 | 11010010 | 0 | 11010 | 1101 | 101 | 101001010 | 1000101 | 1010010 |
Color Harmonies of #F1B3D2
Complementary color
Monochromatic Colors of #F1B3D2
Black with #F1B3D2
Text Example
Text Example
White with #F1B3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B3D2; }
p { color: rgb(241,179,210); }
H1.HeaderClassName
{
color: #F1B3D2;
}
.AnyTagClassName
{
color: #F1B3D2;
}
</style>
background-color css
<style>
a { background-color: #F1B3D2; }
a { background-color: rgb(241,179,210); }
div.DivClassName
{
background-color: #F1B3D2;
}
.BgClassName
{
background-color: #F1B3D2;
}
</style>
border-color css
<style>
span { border-color: #F1B3D2; }
span { border-color: rgb(241,179,210); }
td.TdClassName
{
border-color: #F1B3D2;
}
.TagClassName
{
border-color: #F1B3D2;
}
</style>