Shades of Azalea #F1C3CB
Tints of Azalea #F1C3CB
RGB
CMYK
RGB Variations
Color information
#F1C3CB (or 0xF1C3CB) is known color: Azalea. HEX triplet: F1, C3 and CB. RGB value is (241,195,203). Sum of RGB (Red+Green+Blue) = 241+195+203=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3CB is #0E3C34. Grayscale: #D1D1D1. Windows color (decimal): -932917 or 13353969. OLE color: 13353969.
HSL color Cylindrical-coordinate representation of color #F1C3CB: hue angle of 349.57º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C3CB is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 203 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.05 |
| HSL | 349.57º | 0.62% | 0.85% | - |
| HSV(B) | 349.57º | 0.19% | 0.95% | - |
| XYZ | 66.57 | 62.04 | 64.97 | - |
| YUV | 209.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 203 | 0 | 0.19 | 0.16 | 0.05 | 349.57 | 0.62 | 0.85 |
| Hex | F1 | C3 | CB | 0 | 13 | 10 | 5 | 15E | 3E | 55 |
| Octal | 361 | 303 | 313 | 0 | 23 | 20 | 5 | 536 | 76 | 125 |
| Binary | 11110001 | 11000011 | 11001011 | 0 | 10011 | 10000 | 101 | 101011110 | 111110 | 1010101 |
Color Harmonies of #F1C3CB
Complementary color
Monochromatic Colors of #F1C3CB
Black with #F1C3CB
Text Example
Text Example
White with #F1C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3CB; }
p { color: rgb(241,195,203); }
H1.HeaderClassName
{
color: #F1C3CB;
}
.AnyTagClassName
{
color: #F1C3CB;
}
</style>
background-color css
<style>
a { background-color: #F1C3CB; }
a { background-color: rgb(241,195,203); }
div.DivClassName
{
background-color: #F1C3CB;
}
.BgClassName
{
background-color: #F1C3CB;
}
</style>
border-color css
<style>
span { border-color: #F1C3CB; }
span { border-color: rgb(241,195,203); }
td.TdClassName
{
border-color: #F1C3CB;
}
.TagClassName
{
border-color: #F1C3CB;
}
</style>