Shades of Lavender Pink #F0B0CC
Tints of Lavender Pink #F0B0CC
RGB
CMYK
RGB Variations
Color information
#F0B0CC (or 0xF0B0CC) is known color: Lavender Pink. HEX triplet: F0, B0 and CC. RGB value is (240,176,204). Sum of RGB (Red+Green+Blue) = 240+176+204=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0CC is #0F4F33. Grayscale: #C6C6C6. Windows color (decimal): -1003316 or 13414640. OLE color: 13414640.
HSL color Cylindrical-coordinate representation of color #F0B0CC: hue angle of 333.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0CC is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 204 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.06 |
| HSL | 333.75º | 0.68% | 0.82% | - |
| HSV(B) | 333.75º | 0.27% | 0.94% | - |
| XYZ | 62.36 | 53.94 | 64.25 | - |
| YUV | 198.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 204 | 0 | 0.27 | 0.15 | 0.06 | 333.75 | 0.68 | 0.82 |
| Hex | F0 | B0 | CC | 0 | 1B | F | 6 | 14E | 44 | 52 |
| Octal | 360 | 260 | 314 | 0 | 33 | 17 | 6 | 516 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11001100 | 0 | 11011 | 1111 | 110 | 101001110 | 1000100 | 1010010 |
Color Harmonies of #F0B0CC
Complementary color
Monochromatic Colors of #F0B0CC
Black with #F0B0CC
Text Example
Text Example
White with #F0B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0CC; }
p { color: rgb(240,176,204); }
H1.HeaderClassName
{
color: #F0B0CC;
}
.AnyTagClassName
{
color: #F0B0CC;
}
</style>
background-color css
<style>
a { background-color: #F0B0CC; }
a { background-color: rgb(240,176,204); }
div.DivClassName
{
background-color: #F0B0CC;
}
.BgClassName
{
background-color: #F0B0CC;
}
</style>
border-color css
<style>
span { border-color: #F0B0CC; }
span { border-color: rgb(240,176,204); }
td.TdClassName
{
border-color: #F0B0CC;
}
.TagClassName
{
border-color: #F0B0CC;
}
</style>