Shades of Lavender Pink #F1AFCB
Tints of Lavender Pink #F1AFCB
RGB
CMYK
RGB Variations
Color information
#F1AFCB (or 0xF1AFCB) is known color: Lavender Pink. HEX triplet: F1, AF and CB. RGB value is (241,175,203). Sum of RGB (Red+Green+Blue) = 241+175+203=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFCB is #0E5034. Grayscale: #C5C5C5. Windows color (decimal): -938037 or 13348849. OLE color: 13348849.
HSL color Cylindrical-coordinate representation of color #F1AFCB: hue angle of 334.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFCB is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 203 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.05 |
| HSL | 334.55º | 0.7% | 0.82% | - |
| HSV(B) | 334.55º | 0.27% | 0.95% | - |
| XYZ | 62.39 | 53.67 | 63.57 | - |
| YUV | 197.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 203 | 0 | 0.27 | 0.16 | 0.05 | 334.55 | 0.7 | 0.82 |
| Hex | F1 | AF | CB | 0 | 1B | 10 | 5 | 14F | 46 | 52 |
| Octal | 361 | 257 | 313 | 0 | 33 | 20 | 5 | 517 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11001011 | 0 | 11011 | 10000 | 101 | 101001111 | 1000110 | 1010010 |
Color Harmonies of #F1AFCB
Complementary color
Monochromatic Colors of #F1AFCB
Black with #F1AFCB
Text Example
Text Example
White with #F1AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFCB; }
p { color: rgb(241,175,203); }
H1.HeaderClassName
{
color: #F1AFCB;
}
.AnyTagClassName
{
color: #F1AFCB;
}
</style>
background-color css
<style>
a { background-color: #F1AFCB; }
a { background-color: rgb(241,175,203); }
div.DivClassName
{
background-color: #F1AFCB;
}
.BgClassName
{
background-color: #F1AFCB;
}
</style>
border-color css
<style>
span { border-color: #F1AFCB; }
span { border-color: rgb(241,175,203); }
td.TdClassName
{
border-color: #F1AFCB;
}
.TagClassName
{
border-color: #F1AFCB;
}
</style>