Shades of Lavender Pink #F2ADCB
Tints of Lavender Pink #F2ADCB
RGB
CMYK
RGB Variations
Color information
#F2ADCB (or 0xF2ADCB) is known color: Lavender Pink. HEX triplet: F2, AD and CB. RGB value is (242,173,203). Sum of RGB (Red+Green+Blue) = 242+173+203=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADCB is #0D5234. Grayscale: #C5C5C5. Windows color (decimal): -873013 or 13348338. OLE color: 13348338.
HSL color Cylindrical-coordinate representation of color #F2ADCB: hue angle of 333.91º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADCB is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 203 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.05 |
| HSL | 333.91º | 0.73% | 0.81% | - |
| HSV(B) | 333.91º | 0.29% | 0.95% | - |
| XYZ | 62.34 | 53.08 | 63.46 | - |
| YUV | 197.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 203 | 0 | 0.29 | 0.16 | 0.05 | 333.91 | 0.73 | 0.81 |
| Hex | F2 | AD | CB | 0 | 1D | 10 | 5 | 14E | 49 | 51 |
| Octal | 362 | 255 | 313 | 0 | 35 | 20 | 5 | 516 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11001011 | 0 | 11101 | 10000 | 101 | 101001110 | 1001001 | 1010001 |
Color Harmonies of #F2ADCB
Complementary color
Monochromatic Colors of #F2ADCB
Black with #F2ADCB
Text Example
Text Example
White with #F2ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADCB; }
p { color: rgb(242,173,203); }
H1.HeaderClassName
{
color: #F2ADCB;
}
.AnyTagClassName
{
color: #F2ADCB;
}
</style>
background-color css
<style>
a { background-color: #F2ADCB; }
a { background-color: rgb(242,173,203); }
div.DivClassName
{
background-color: #F2ADCB;
}
.BgClassName
{
background-color: #F2ADCB;
}
</style>
border-color css
<style>
span { border-color: #F2ADCB; }
span { border-color: rgb(242,173,203); }
td.TdClassName
{
border-color: #F2ADCB;
}
.TagClassName
{
border-color: #F2ADCB;
}
</style>