Shades of Lavender Pink #F0B1CD
Tints of Lavender Pink #F0B1CD
RGB
CMYK
RGB Variations
Color information
#F0B1CD (or 0xF0B1CD) is known color: Lavender Pink. HEX triplet: F0, B1 and CD. RGB value is (240,177,205). Sum of RGB (Red+Green+Blue) = 240+177+205=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1CD is #0F4E32. Grayscale: #C6C6C6. Windows color (decimal): -1003059 or 13480432. OLE color: 13480432.
HSL color Cylindrical-coordinate representation of color #F0B1CD: hue angle of 333.33º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B1CD is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 205 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.06 |
| HSL | 333.33º | 0.68% | 0.82% | - |
| HSV(B) | 333.33º | 0.26% | 0.94% | - |
| XYZ | 62.68 | 54.38 | 64.95 | - |
| YUV | 199.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 205 | 0 | 0.26 | 0.15 | 0.06 | 333.33 | 0.68 | 0.82 |
| Hex | F0 | B1 | CD | 0 | 1A | F | 6 | 14D | 44 | 52 |
| Octal | 360 | 261 | 315 | 0 | 32 | 17 | 6 | 515 | 104 | 122 |
| Binary | 11110000 | 10110001 | 11001101 | 0 | 11010 | 1111 | 110 | 101001101 | 1000100 | 1010010 |
Color Harmonies of #F0B1CD
Complementary color
Monochromatic Colors of #F0B1CD
Black with #F0B1CD
Text Example
Text Example
White with #F0B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1CD; }
p { color: rgb(240,177,205); }
H1.HeaderClassName
{
color: #F0B1CD;
}
.AnyTagClassName
{
color: #F0B1CD;
}
</style>
background-color css
<style>
a { background-color: #F0B1CD; }
a { background-color: rgb(240,177,205); }
div.DivClassName
{
background-color: #F0B1CD;
}
.BgClassName
{
background-color: #F0B1CD;
}
</style>
border-color css
<style>
span { border-color: #F0B1CD; }
span { border-color: rgb(240,177,205); }
td.TdClassName
{
border-color: #F0B1CD;
}
.TagClassName
{
border-color: #F0B1CD;
}
</style>