Shades of Lavender Pink #F8B1CF
Tints of Lavender Pink #F8B1CF
RGB
CMYK
RGB Variations
Color information
#F8B1CF (or 0xF8B1CF) is known color: Lavender Pink. HEX triplet: F8, B1 and CF. RGB value is (248,177,207). Sum of RGB (Red+Green+Blue) = 248+177+207=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1CF is #074E30. Grayscale: #C9C9C9. Windows color (decimal): -478769 or 13611512. OLE color: 13611512.
HSL color Cylindrical-coordinate representation of color #F8B1CF: hue angle of 334.65º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B1CF is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 207 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.03 |
| HSL | 334.65º | 0.84% | 0.83% | - |
| HSV(B) | 334.65º | 0.29% | 0.97% | - |
| XYZ | 65.7 | 55.91 | 66.36 | - |
| YUV | 201.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 207 | 0 | 0.29 | 0.17 | 0.03 | 334.65 | 0.84 | 0.83 |
| Hex | F8 | B1 | CF | 0 | 1D | 11 | 3 | 14F | 54 | 53 |
| Octal | 370 | 261 | 317 | 0 | 35 | 21 | 3 | 517 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11001111 | 0 | 11101 | 10001 | 11 | 101001111 | 1010100 | 1010011 |
Color Harmonies of #F8B1CF
Complementary color
Monochromatic Colors of #F8B1CF
Black with #F8B1CF
Text Example
Text Example
White with #F8B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1CF; }
p { color: rgb(248,177,207); }
H1.HeaderClassName
{
color: #F8B1CF;
}
.AnyTagClassName
{
color: #F8B1CF;
}
</style>
background-color css
<style>
a { background-color: #F8B1CF; }
a { background-color: rgb(248,177,207); }
div.DivClassName
{
background-color: #F8B1CF;
}
.BgClassName
{
background-color: #F8B1CF;
}
</style>
border-color css
<style>
span { border-color: #F8B1CF; }
span { border-color: rgb(248,177,207); }
td.TdClassName
{
border-color: #F8B1CF;
}
.TagClassName
{
border-color: #F8B1CF;
}
</style>