Shades of Lavender Pink #F0B4D4
Tints of Lavender Pink #F0B4D4
RGB
CMYK
RGB Variations
Color information
#F0B4D4 (or 0xF0B4D4) is known color: Lavender Pink. HEX triplet: F0, B4 and D4. RGB value is (240,180,212). Sum of RGB (Red+Green+Blue) = 240+180+212=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4D4 is #0F4B2B. Grayscale: #C9C9C9. Windows color (decimal): -1002284 or 13939952. OLE color: 13939952.
HSL color Cylindrical-coordinate representation of color #F0B4D4: hue angle of 328º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4D4 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 212 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.06 |
| HSL | 328º | 0.67% | 0.82% | - |
| HSV(B) | 328º | 0.25% | 0.94% | - |
| XYZ | 64.14 | 55.92 | 69.7 | - |
| YUV | 201.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 212 | 0 | 0.25 | 0.12 | 0.06 | 328 | 0.67 | 0.82 |
| Hex | F0 | B4 | D4 | 0 | 19 | C | 6 | 148 | 43 | 52 |
| Octal | 360 | 264 | 324 | 0 | 31 | 14 | 6 | 510 | 103 | 122 |
| Binary | 11110000 | 10110100 | 11010100 | 0 | 11001 | 1100 | 110 | 101001000 | 1000011 | 1010010 |
Color Harmonies of #F0B4D4
Complementary color
Monochromatic Colors of #F0B4D4
Black with #F0B4D4
Text Example
Text Example
White with #F0B4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4D4; }
p { color: rgb(240,180,212); }
H1.HeaderClassName
{
color: #F0B4D4;
}
.AnyTagClassName
{
color: #F0B4D4;
}
</style>
background-color css
<style>
a { background-color: #F0B4D4; }
a { background-color: rgb(240,180,212); }
div.DivClassName
{
background-color: #F0B4D4;
}
.BgClassName
{
background-color: #F0B4D4;
}
</style>
border-color css
<style>
span { border-color: #F0B4D4; }
span { border-color: rgb(240,180,212); }
td.TdClassName
{
border-color: #F0B4D4;
}
.TagClassName
{
border-color: #F0B4D4;
}
</style>