Shades of Azalea #F1C1C8
Tints of Azalea #F1C1C8
RGB
CMYK
RGB Variations
Color information
#F1C1C8 (or 0xF1C1C8) is known color: Azalea. HEX triplet: F1, C1 and C8. RGB value is (241,193,200). Sum of RGB (Red+Green+Blue) = 241+193+200=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1C8 is #0E3E37. Grayscale: #D0D0D0. Windows color (decimal): -933432 or 13156849. OLE color: 13156849.
HSL color Cylindrical-coordinate representation of color #F1C1C8: hue angle of 351.25º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C1C8 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 200 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.05 |
| HSL | 351.25º | 0.63% | 0.85% | - |
| HSV(B) | 351.25º | 0.2% | 0.95% | - |
| XYZ | 65.77 | 61.01 | 62.95 | - |
| YUV | 208.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 200 | 0 | 0.20 | 0.17 | 0.05 | 351.25 | 0.63 | 0.85 |
| Hex | F1 | C1 | C8 | 0 | 14 | 11 | 5 | 15F | 3F | 55 |
| Octal | 361 | 301 | 310 | 0 | 24 | 21 | 5 | 537 | 77 | 125 |
| Binary | 11110001 | 11000001 | 11001000 | 0 | 10100 | 10001 | 101 | 101011111 | 111111 | 1010101 |
Color Harmonies of #F1C1C8
Complementary color
Monochromatic Colors of #F1C1C8
Black with #F1C1C8
Text Example
Text Example
White with #F1C1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C1C8; }
p { color: rgb(241,193,200); }
H1.HeaderClassName
{
color: #F1C1C8;
}
.AnyTagClassName
{
color: #F1C1C8;
}
</style>
background-color css
<style>
a { background-color: #F1C1C8; }
a { background-color: rgb(241,193,200); }
div.DivClassName
{
background-color: #F1C1C8;
}
.BgClassName
{
background-color: #F1C1C8;
}
</style>
border-color css
<style>
span { border-color: #F1C1C8; }
span { border-color: rgb(241,193,200); }
td.TdClassName
{
border-color: #F1C1C8;
}
.TagClassName
{
border-color: #F1C1C8;
}
</style>