Shades of Lavender Pink #F4B2CF
Tints of Lavender Pink #F4B2CF
RGB
CMYK
RGB Variations
Color information
#F4B2CF (or 0xF4B2CF) is known color: Lavender Pink. HEX triplet: F4, B2 and CF. RGB value is (244,178,207). Sum of RGB (Red+Green+Blue) = 244+178+207=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2CF is #0B4D30. Grayscale: #C8C8C8. Windows color (decimal): -740657 or 13611764. OLE color: 13611764.
HSL color Cylindrical-coordinate representation of color #F4B2CF: hue angle of 333.64º 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 #F4B2CF is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 178 | 207 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.04 |
| HSL | 333.64º | 0.75% | 0.83% | - |
| HSV(B) | 333.64º | 0.27% | 0.96% | - |
| XYZ | 64.49 | 55.58 | 66.36 | - |
| YUV | 201.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 178 | 207 | 0 | 0.27 | 0.15 | 0.04 | 333.64 | 0.75 | 0.83 |
| Hex | F4 | B2 | CF | 0 | 1B | F | 4 | 14E | 4B | 53 |
| Octal | 364 | 262 | 317 | 0 | 33 | 17 | 4 | 516 | 113 | 123 |
| Binary | 11110100 | 10110010 | 11001111 | 0 | 11011 | 1111 | 100 | 101001110 | 1001011 | 1010011 |
Color Harmonies of #F4B2CF
Complementary color
Monochromatic Colors of #F4B2CF
Black with #F4B2CF
Text Example
Text Example
White with #F4B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B2CF; }
p { color: rgb(244,178,207); }
H1.HeaderClassName
{
color: #F4B2CF;
}
.AnyTagClassName
{
color: #F4B2CF;
}
</style>
background-color css
<style>
a { background-color: #F4B2CF; }
a { background-color: rgb(244,178,207); }
div.DivClassName
{
background-color: #F4B2CF;
}
.BgClassName
{
background-color: #F4B2CF;
}
</style>
border-color css
<style>
span { border-color: #F4B2CF; }
span { border-color: rgb(244,178,207); }
td.TdClassName
{
border-color: #F4B2CF;
}
.TagClassName
{
border-color: #F4B2CF;
}
</style>