Shades of Lavender Pink #F4B2D7
Tints of Lavender Pink #F4B2D7
RGB
CMYK
RGB Variations
Color information
#F4B2D7 (or 0xF4B2D7) is known color: Lavender Pink. HEX triplet: F4, B2 and D7. RGB value is (244,178,215). Sum of RGB (Red+Green+Blue) = 244+178+215=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2D7 is #0B4D28. Grayscale: #C9C9C9. Windows color (decimal): -740649 or 14136052. OLE color: 14136052.
HSL color Cylindrical-coordinate representation of color #F4B2D7: hue angle of 326.36º degrees, saturation: 0.75, 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 #F4B2D7 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 178 | 215 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.04 |
| HSL | 326.36º | 0.75% | 0.83% | - |
| HSV(B) | 326.36º | 0.27% | 0.96% | - |
| XYZ | 65.49 | 55.98 | 71.64 | - |
| YUV | 201.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 178 | 215 | 0 | 0.27 | 0.12 | 0.04 | 326.36 | 0.75 | 0.83 |
| Hex | F4 | B2 | D7 | 0 | 1B | C | 4 | 146 | 4B | 53 |
| Octal | 364 | 262 | 327 | 0 | 33 | 14 | 4 | 506 | 113 | 123 |
| Binary | 11110100 | 10110010 | 11010111 | 0 | 11011 | 1100 | 100 | 101000110 | 1001011 | 1010011 |
Color Harmonies of #F4B2D7
Complementary color
Monochromatic Colors of #F4B2D7
Black with #F4B2D7
Text Example
Text Example
White with #F4B2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B2D7; }
p { color: rgb(244,178,215); }
H1.HeaderClassName
{
color: #F4B2D7;
}
.AnyTagClassName
{
color: #F4B2D7;
}
</style>
background-color css
<style>
a { background-color: #F4B2D7; }
a { background-color: rgb(244,178,215); }
div.DivClassName
{
background-color: #F4B2D7;
}
.BgClassName
{
background-color: #F4B2D7;
}
</style>
border-color css
<style>
span { border-color: #F4B2D7; }
span { border-color: rgb(244,178,215); }
td.TdClassName
{
border-color: #F4B2D7;
}
.TagClassName
{
border-color: #F4B2D7;
}
</style>