Shades of Lavender Pink #F1A7CC
Tints of Lavender Pink #F1A7CC
RGB
CMYK
RGB Variations
Color information
#F1A7CC (or 0xF1A7CC) is known color: Lavender Pink. HEX triplet: F1, A7 and CC. RGB value is (241,167,204). Sum of RGB (Red+Green+Blue) = 241+167+204=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A7CC is #0E5833. Grayscale: #C1C1C1. Windows color (decimal): -940084 or 13412337. OLE color: 13412337.
HSL color Cylindrical-coordinate representation of color #F1A7CC: hue angle of 330º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7CC is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 167 | 204 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.05 |
| HSL | 330º | 0.73% | 0.8% | - |
| HSV(B) | 330º | 0.31% | 0.95% | - |
| XYZ | 60.99 | 50.7 | 63.7 | - |
| YUV | 193.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 204 | 0 | 0.31 | 0.15 | 0.05 | 330 | 0.73 | 0.8 |
| Hex | F1 | A7 | CC | 0 | 1F | F | 5 | 14A | 49 | 50 |
| Octal | 361 | 247 | 314 | 0 | 37 | 17 | 5 | 512 | 111 | 120 |
| Binary | 11110001 | 10100111 | 11001100 | 0 | 11111 | 1111 | 101 | 101001010 | 1001001 | 1010000 |
Color Harmonies of #F1A7CC
Complementary color
Monochromatic Colors of #F1A7CC
Black with #F1A7CC
Text Example
Text Example
White with #F1A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A7CC; }
p { color: rgb(241,167,204); }
H1.HeaderClassName
{
color: #F1A7CC;
}
.AnyTagClassName
{
color: #F1A7CC;
}
</style>
background-color css
<style>
a { background-color: #F1A7CC; }
a { background-color: rgb(241,167,204); }
div.DivClassName
{
background-color: #F1A7CC;
}
.BgClassName
{
background-color: #F1A7CC;
}
</style>
border-color css
<style>
span { border-color: #F1A7CC; }
span { border-color: rgb(241,167,204); }
td.TdClassName
{
border-color: #F1A7CC;
}
.TagClassName
{
border-color: #F1A7CC;
}
</style>