Shades of Lavender Pink #F1A4CC
Tints of Lavender Pink #F1A4CC
RGB
CMYK
RGB Variations
Color information
#F1A4CC (or 0xF1A4CC) is known color: Lavender Pink. HEX triplet: F1, A4 and CC. RGB value is (241,164,204). Sum of RGB (Red+Green+Blue) = 241+164+204=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4CC is #0E5B33. Grayscale: #BFBFBF. Windows color (decimal): -940852 or 13411569. OLE color: 13411569.
HSL color Cylindrical-coordinate representation of color #F1A4CC: hue angle of 328.83º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A4CC is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 204 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.05 |
| HSL | 328.83º | 0.73% | 0.79% | - |
| HSV(B) | 328.83º | 0.32% | 0.95% | - |
| XYZ | 60.45 | 49.61 | 63.52 | - |
| YUV | 191.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 204 | 0 | 0.32 | 0.15 | 0.05 | 328.83 | 0.73 | 0.79 |
| Hex | F1 | A4 | CC | 0 | 20 | F | 5 | 149 | 49 | 4F |
| Octal | 361 | 244 | 314 | 0 | 40 | 17 | 5 | 511 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11001100 | 0 | 100000 | 1111 | 101 | 101001001 | 1001001 | 1001111 |
Color Harmonies of #F1A4CC
Complementary color
Monochromatic Colors of #F1A4CC
Black with #F1A4CC
Text Example
Text Example
White with #F1A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4CC; }
p { color: rgb(241,164,204); }
H1.HeaderClassName
{
color: #F1A4CC;
}
.AnyTagClassName
{
color: #F1A4CC;
}
</style>
background-color css
<style>
a { background-color: #F1A4CC; }
a { background-color: rgb(241,164,204); }
div.DivClassName
{
background-color: #F1A4CC;
}
.BgClassName
{
background-color: #F1A4CC;
}
</style>
border-color css
<style>
span { border-color: #F1A4CC; }
span { border-color: rgb(241,164,204); }
td.TdClassName
{
border-color: #F1A4CC;
}
.TagClassName
{
border-color: #F1A4CC;
}
</style>