Shades of Lavender Pink #F5B4D4
Tints of Lavender Pink #F5B4D4
RGB
CMYK
RGB Variations
Color information
#F5B4D4 (or 0xF5B4D4) is known color: Lavender Pink. HEX triplet: F5, B4 and D4. RGB value is (245,180,212). Sum of RGB (Red+Green+Blue) = 245+180+212=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B4D4 is #0A4B2B. Grayscale: #CBCBCB. Windows color (decimal): -674604 or 13939957. OLE color: 13939957.
HSL color Cylindrical-coordinate representation of color #F5B4D4: hue angle of 330.46º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B4D4 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 212 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.04 |
| HSL | 330.46º | 0.76% | 0.83% | - |
| HSV(B) | 330.46º | 0.27% | 0.96% | - |
| XYZ | 65.86 | 56.81 | 69.78 | - |
| YUV | 203.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 212 | 0 | 0.27 | 0.13 | 0.04 | 330.46 | 0.76 | 0.83 |
| Hex | F5 | B4 | D4 | 0 | 1B | D | 4 | 14A | 4C | 53 |
| Octal | 365 | 264 | 324 | 0 | 33 | 15 | 4 | 512 | 114 | 123 |
| Binary | 11110101 | 10110100 | 11010100 | 0 | 11011 | 1101 | 100 | 101001010 | 1001100 | 1010011 |
Color Harmonies of #F5B4D4
Complementary color
Monochromatic Colors of #F5B4D4
Black with #F5B4D4
Text Example
Text Example
White with #F5B4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B4D4; }
p { color: rgb(245,180,212); }
H1.HeaderClassName
{
color: #F5B4D4;
}
.AnyTagClassName
{
color: #F5B4D4;
}
</style>
background-color css
<style>
a { background-color: #F5B4D4; }
a { background-color: rgb(245,180,212); }
div.DivClassName
{
background-color: #F5B4D4;
}
.BgClassName
{
background-color: #F5B4D4;
}
</style>
border-color css
<style>
span { border-color: #F5B4D4; }
span { border-color: rgb(245,180,212); }
td.TdClassName
{
border-color: #F5B4D4;
}
.TagClassName
{
border-color: #F5B4D4;
}
</style>