Shades of Lavender Pink #F1A1CD
Tints of Lavender Pink #F1A1CD
RGB
CMYK
RGB Variations
Color information
#F1A1CD (or 0xF1A1CD) is known color: Lavender Pink. HEX triplet: F1, A1 and CD. RGB value is (241,161,205). Sum of RGB (Red+Green+Blue) = 241+161+205=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1CD is #0E5E32. Grayscale: #BDBDBD. Windows color (decimal): -941619 or 13476337. OLE color: 13476337.
HSL color Cylindrical-coordinate representation of color #F1A1CD: hue angle of 327º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A1CD is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 205 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.05 |
| HSL | 327º | 0.74% | 0.79% | - |
| HSV(B) | 327º | 0.33% | 0.95% | - |
| XYZ | 60.04 | 48.6 | 63.97 | - |
| YUV | 189.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 205 | 0 | 0.33 | 0.15 | 0.05 | 327 | 0.74 | 0.79 |
| Hex | F1 | A1 | CD | 0 | 21 | F | 5 | 147 | 4A | 4F |
| Octal | 361 | 241 | 315 | 0 | 41 | 17 | 5 | 507 | 112 | 117 |
| Binary | 11110001 | 10100001 | 11001101 | 0 | 100001 | 1111 | 101 | 101000111 | 1001010 | 1001111 |
Color Harmonies of #F1A1CD
Complementary color
Monochromatic Colors of #F1A1CD
Black with #F1A1CD
Text Example
Text Example
White with #F1A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A1CD; }
p { color: rgb(241,161,205); }
H1.HeaderClassName
{
color: #F1A1CD;
}
.AnyTagClassName
{
color: #F1A1CD;
}
</style>
background-color css
<style>
a { background-color: #F1A1CD; }
a { background-color: rgb(241,161,205); }
div.DivClassName
{
background-color: #F1A1CD;
}
.BgClassName
{
background-color: #F1A1CD;
}
</style>
border-color css
<style>
span { border-color: #F1A1CD; }
span { border-color: rgb(241,161,205); }
td.TdClassName
{
border-color: #F1A1CD;
}
.TagClassName
{
border-color: #F1A1CD;
}
</style>