Shades of Lavender Pink #F9B1CF
Tints of Lavender Pink #F9B1CF
RGB
CMYK
RGB Variations
Color information
#F9B1CF (or 0xF9B1CF) is known color: Lavender Pink. HEX triplet: F9, B1 and CF. RGB value is (249,177,207). Sum of RGB (Red+Green+Blue) = 249+177+207=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1CF is #064E30. Grayscale: #C9C9C9. Windows color (decimal): -413233 or 13611513. OLE color: 13611513.
HSL color Cylindrical-coordinate representation of color #F9B1CF: hue angle of 335º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1CF is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 207 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.02 |
| HSL | 335º | 0.86% | 0.84% | - |
| HSV(B) | 335º | 0.29% | 0.98% | - |
| XYZ | 66.05 | 56.09 | 66.38 | - |
| YUV | 201.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 207 | 0 | 0.29 | 0.17 | 0.02 | 335 | 0.86 | 0.84 |
| Hex | F9 | B1 | CF | 0 | 1D | 11 | 2 | 14F | 56 | 54 |
| Octal | 371 | 261 | 317 | 0 | 35 | 21 | 2 | 517 | 126 | 124 |
| Binary | 11111001 | 10110001 | 11001111 | 0 | 11101 | 10001 | 10 | 101001111 | 1010110 | 1010100 |
Color Harmonies of #F9B1CF
Complementary color
Monochromatic Colors of #F9B1CF
Black with #F9B1CF
Text Example
Text Example
White with #F9B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1CF; }
p { color: rgb(249,177,207); }
H1.HeaderClassName
{
color: #F9B1CF;
}
.AnyTagClassName
{
color: #F9B1CF;
}
</style>
background-color css
<style>
a { background-color: #F9B1CF; }
a { background-color: rgb(249,177,207); }
div.DivClassName
{
background-color: #F9B1CF;
}
.BgClassName
{
background-color: #F9B1CF;
}
</style>
border-color css
<style>
span { border-color: #F9B1CF; }
span { border-color: rgb(249,177,207); }
td.TdClassName
{
border-color: #F9B1CF;
}
.TagClassName
{
border-color: #F9B1CF;
}
</style>