Shades of Lavender Pink #F2AFCB
Tints of Lavender Pink #F2AFCB
RGB
CMYK
RGB Variations
Color information
#F2AFCB (or 0xF2AFCB) is known color: Lavender Pink. HEX triplet: F2, AF and CB. RGB value is (242,175,203). Sum of RGB (Red+Green+Blue) = 242+175+203=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFCB is #0D5034. Grayscale: #C6C6C6. Windows color (decimal): -872501 or 13348850. OLE color: 13348850.
HSL color Cylindrical-coordinate representation of color #F2AFCB: hue angle of 334.93º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFCB is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 203 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.05 |
| HSL | 334.93º | 0.72% | 0.82% | - |
| HSV(B) | 334.93º | 0.28% | 0.95% | - |
| XYZ | 62.73 | 53.85 | 63.59 | - |
| YUV | 198.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 203 | 0 | 0.28 | 0.16 | 0.05 | 334.93 | 0.72 | 0.82 |
| Hex | F2 | AF | CB | 0 | 1C | 10 | 5 | 14F | 48 | 52 |
| Octal | 362 | 257 | 313 | 0 | 34 | 20 | 5 | 517 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11001011 | 0 | 11100 | 10000 | 101 | 101001111 | 1001000 | 1010010 |
Color Harmonies of #F2AFCB
Complementary color
Monochromatic Colors of #F2AFCB
Black with #F2AFCB
Text Example
Text Example
White with #F2AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFCB; }
p { color: rgb(242,175,203); }
H1.HeaderClassName
{
color: #F2AFCB;
}
.AnyTagClassName
{
color: #F2AFCB;
}
</style>
background-color css
<style>
a { background-color: #F2AFCB; }
a { background-color: rgb(242,175,203); }
div.DivClassName
{
background-color: #F2AFCB;
}
.BgClassName
{
background-color: #F2AFCB;
}
</style>
border-color css
<style>
span { border-color: #F2AFCB; }
span { border-color: rgb(242,175,203); }
td.TdClassName
{
border-color: #F2AFCB;
}
.TagClassName
{
border-color: #F2AFCB;
}
</style>