Shades of Lavender Pink #F1A5CB
Tints of Lavender Pink #F1A5CB
RGB
CMYK
RGB Variations
Color information
#F1A5CB (or 0xF1A5CB) is known color: Lavender Pink. HEX triplet: F1, A5 and CB. RGB value is (241,165,203). Sum of RGB (Red+Green+Blue) = 241+165+203=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5CB is #0E5A34. Grayscale: #BFBFBF. Windows color (decimal): -940597 or 13346289. OLE color: 13346289.
HSL color Cylindrical-coordinate representation of color #F1A5CB: hue angle of 330º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5CB is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 203 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.05 |
| HSL | 330º | 0.73% | 0.8% | - |
| HSV(B) | 330º | 0.32% | 0.95% | - |
| XYZ | 60.51 | 49.92 | 62.95 | - |
| YUV | 192.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 203 | 0 | 0.32 | 0.16 | 0.05 | 330 | 0.73 | 0.8 |
| Hex | F1 | A5 | CB | 0 | 20 | 10 | 5 | 14A | 49 | 50 |
| Octal | 361 | 245 | 313 | 0 | 40 | 20 | 5 | 512 | 111 | 120 |
| Binary | 11110001 | 10100101 | 11001011 | 0 | 100000 | 10000 | 101 | 101001010 | 1001001 | 1010000 |
Color Harmonies of #F1A5CB
Complementary color
Monochromatic Colors of #F1A5CB
Black with #F1A5CB
Text Example
Text Example
White with #F1A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5CB; }
p { color: rgb(241,165,203); }
H1.HeaderClassName
{
color: #F1A5CB;
}
.AnyTagClassName
{
color: #F1A5CB;
}
</style>
background-color css
<style>
a { background-color: #F1A5CB; }
a { background-color: rgb(241,165,203); }
div.DivClassName
{
background-color: #F1A5CB;
}
.BgClassName
{
background-color: #F1A5CB;
}
</style>
border-color css
<style>
span { border-color: #F1A5CB; }
span { border-color: rgb(241,165,203); }
td.TdClassName
{
border-color: #F1A5CB;
}
.TagClassName
{
border-color: #F1A5CB;
}
</style>