Shades of Lavender Pink #F1B4D4
Tints of Lavender Pink #F1B4D4
RGB
CMYK
RGB Variations
Color information
#F1B4D4 (or 0xF1B4D4) is known color: Lavender Pink. HEX triplet: F1, B4 and D4. RGB value is (241,180,212). Sum of RGB (Red+Green+Blue) = 241+180+212=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4D4 is #0E4B2B. Grayscale: #C9C9C9. Windows color (decimal): -936748 or 13939953. OLE color: 13939953.
HSL color Cylindrical-coordinate representation of color #F1B4D4: hue angle of 328.52º 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 #F1B4D4 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 212 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.05 |
| HSL | 328.52º | 0.69% | 0.83% | - |
| HSV(B) | 328.52º | 0.25% | 0.95% | - |
| XYZ | 64.48 | 56.1 | 69.72 | - |
| YUV | 201.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 212 | 0 | 0.25 | 0.12 | 0.05 | 328.52 | 0.69 | 0.83 |
| Hex | F1 | B4 | D4 | 0 | 19 | C | 5 | 149 | 45 | 53 |
| Octal | 361 | 264 | 324 | 0 | 31 | 14 | 5 | 511 | 105 | 123 |
| Binary | 11110001 | 10110100 | 11010100 | 0 | 11001 | 1100 | 101 | 101001001 | 1000101 | 1010011 |
Color Harmonies of #F1B4D4
Complementary color
Monochromatic Colors of #F1B4D4
Black with #F1B4D4
Text Example
Text Example
White with #F1B4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4D4; }
p { color: rgb(241,180,212); }
H1.HeaderClassName
{
color: #F1B4D4;
}
.AnyTagClassName
{
color: #F1B4D4;
}
</style>
background-color css
<style>
a { background-color: #F1B4D4; }
a { background-color: rgb(241,180,212); }
div.DivClassName
{
background-color: #F1B4D4;
}
.BgClassName
{
background-color: #F1B4D4;
}
</style>
border-color css
<style>
span { border-color: #F1B4D4; }
span { border-color: rgb(241,180,212); }
td.TdClassName
{
border-color: #F1B4D4;
}
.TagClassName
{
border-color: #F1B4D4;
}
</style>