Shades of Lavender Pink #F1ADCA
Tints of Lavender Pink #F1ADCA
RGB
CMYK
RGB Variations
Color information
#F1ADCA (or 0xF1ADCA) is known color: Lavender Pink. HEX triplet: F1, AD and CA. RGB value is (241,173,202). Sum of RGB (Red+Green+Blue) = 241+173+202=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADCA is #0E5235. Grayscale: #C4C4C4. Windows color (decimal): -938550 or 13282801. OLE color: 13282801.
HSL color Cylindrical-coordinate representation of color #F1ADCA: hue angle of 334.41º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADCA is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 202 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.05 |
| HSL | 334.41º | 0.71% | 0.81% | - |
| HSV(B) | 334.41º | 0.28% | 0.95% | - |
| XYZ | 61.88 | 52.85 | 62.82 | - |
| YUV | 196.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 202 | 0 | 0.28 | 0.16 | 0.05 | 334.41 | 0.71 | 0.81 |
| Hex | F1 | AD | CA | 0 | 1C | 10 | 5 | 14E | 47 | 51 |
| Octal | 361 | 255 | 312 | 0 | 34 | 20 | 5 | 516 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11001010 | 0 | 11100 | 10000 | 101 | 101001110 | 1000111 | 1010001 |
Color Harmonies of #F1ADCA
Complementary color
Monochromatic Colors of #F1ADCA
Black with #F1ADCA
Text Example
Text Example
White with #F1ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADCA; }
p { color: rgb(241,173,202); }
H1.HeaderClassName
{
color: #F1ADCA;
}
.AnyTagClassName
{
color: #F1ADCA;
}
</style>
background-color css
<style>
a { background-color: #F1ADCA; }
a { background-color: rgb(241,173,202); }
div.DivClassName
{
background-color: #F1ADCA;
}
.BgClassName
{
background-color: #F1ADCA;
}
</style>
border-color css
<style>
span { border-color: #F1ADCA; }
span { border-color: rgb(241,173,202); }
td.TdClassName
{
border-color: #F1ADCA;
}
.TagClassName
{
border-color: #F1ADCA;
}
</style>