Shades of Lavender Pink #F4A8CB
Tints of Lavender Pink #F4A8CB
RGB
CMYK
RGB Variations
Color information
#F4A8CB (or 0xF4A8CB) is known color: Lavender Pink. HEX triplet: F4, A8 and CB. RGB value is (244,168,203). Sum of RGB (Red+Green+Blue) = 244+168+203=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8CB is #0B5734. Grayscale: #C2C2C2. Windows color (decimal): -743221 or 13347060. OLE color: 13347060.
HSL color Cylindrical-coordinate representation of color #F4A8CB: hue angle of 332.37º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8CB is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 203 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.04 |
| HSL | 332.37º | 0.78% | 0.81% | - |
| HSV(B) | 332.37º | 0.31% | 0.96% | - |
| XYZ | 62.09 | 51.55 | 63.18 | - |
| YUV | 194.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 203 | 0 | 0.31 | 0.17 | 0.04 | 332.37 | 0.78 | 0.81 |
| Hex | F4 | A8 | CB | 0 | 1F | 11 | 4 | 14C | 4E | 51 |
| Octal | 364 | 250 | 313 | 0 | 37 | 21 | 4 | 514 | 116 | 121 |
| Binary | 11110100 | 10101000 | 11001011 | 0 | 11111 | 10001 | 100 | 101001100 | 1001110 | 1010001 |
Color Harmonies of #F4A8CB
Complementary color
Monochromatic Colors of #F4A8CB
Black with #F4A8CB
Text Example
Text Example
White with #F4A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8CB; }
p { color: rgb(244,168,203); }
H1.HeaderClassName
{
color: #F4A8CB;
}
.AnyTagClassName
{
color: #F4A8CB;
}
</style>
background-color css
<style>
a { background-color: #F4A8CB; }
a { background-color: rgb(244,168,203); }
div.DivClassName
{
background-color: #F4A8CB;
}
.BgClassName
{
background-color: #F4A8CB;
}
</style>
border-color css
<style>
span { border-color: #F4A8CB; }
span { border-color: rgb(244,168,203); }
td.TdClassName
{
border-color: #F4A8CB;
}
.TagClassName
{
border-color: #F4A8CB;
}
</style>