Shades of Lavender Pink #F5B1CC
Tints of Lavender Pink #F5B1CC
RGB
CMYK
RGB Variations
Color information
#F5B1CC (or 0xF5B1CC) is known color: Lavender Pink. HEX triplet: F5, B1 and CC. RGB value is (245,177,204). Sum of RGB (Red+Green+Blue) = 245+177+204=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B1CC is #0A4E33. Grayscale: #C8C8C8. Windows color (decimal): -675380 or 13414901. OLE color: 13414901.
HSL color Cylindrical-coordinate representation of color #F5B1CC: hue angle of 336.18º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B1CC is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 204 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.04 |
| HSL | 336.18º | 0.77% | 0.83% | - |
| HSV(B) | 336.18º | 0.28% | 0.96% | - |
| XYZ | 64.28 | 55.22 | 64.4 | - |
| YUV | 200.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 204 | 0 | 0.28 | 0.17 | 0.04 | 336.18 | 0.77 | 0.83 |
| Hex | F5 | B1 | CC | 0 | 1C | 11 | 4 | 150 | 4D | 53 |
| Octal | 365 | 261 | 314 | 0 | 34 | 21 | 4 | 520 | 115 | 123 |
| Binary | 11110101 | 10110001 | 11001100 | 0 | 11100 | 10001 | 100 | 101010000 | 1001101 | 1010011 |
Color Harmonies of #F5B1CC
Complementary color
Monochromatic Colors of #F5B1CC
Black with #F5B1CC
Text Example
Text Example
White with #F5B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B1CC; }
p { color: rgb(245,177,204); }
H1.HeaderClassName
{
color: #F5B1CC;
}
.AnyTagClassName
{
color: #F5B1CC;
}
</style>
background-color css
<style>
a { background-color: #F5B1CC; }
a { background-color: rgb(245,177,204); }
div.DivClassName
{
background-color: #F5B1CC;
}
.BgClassName
{
background-color: #F5B1CC;
}
</style>
border-color css
<style>
span { border-color: #F5B1CC; }
span { border-color: rgb(245,177,204); }
td.TdClassName
{
border-color: #F5B1CC;
}
.TagClassName
{
border-color: #F5B1CC;
}
</style>