Shades of Azalea #F1C8CC
Tints of Azalea #F1C8CC
RGB
CMYK
RGB Variations
Color information
#F1C8CC (or 0xF1C8CC) is known color: Azalea. HEX triplet: F1, C8 and CC. RGB value is (241,200,204). Sum of RGB (Red+Green+Blue) = 241+200+204=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CC is #0E3733. Grayscale: #D4D4D4. Windows color (decimal): -931636 or 13420785. OLE color: 13420785.
HSL color Cylindrical-coordinate representation of color #F1C8CC: hue angle of 354.15º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8CC is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 204 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.05 |
| HSL | 354.15º | 0.59% | 0.86% | - |
| HSV(B) | 354.15º | 0.17% | 0.95% | - |
| XYZ | 67.83 | 64.37 | 65.98 | - |
| YUV | 212.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 204 | 0 | 0.17 | 0.15 | 0.05 | 354.15 | 0.59 | 0.86 |
| Hex | F1 | C8 | CC | 0 | 11 | F | 5 | 162 | 3B | 56 |
| Octal | 361 | 310 | 314 | 0 | 21 | 17 | 5 | 542 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11001100 | 0 | 10001 | 1111 | 101 | 101100010 | 111011 | 1010110 |
Color Harmonies of #F1C8CC
Complementary color
Monochromatic Colors of #F1C8CC
Black with #F1C8CC
Text Example
Text Example
White with #F1C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8CC; }
p { color: rgb(241,200,204); }
H1.HeaderClassName
{
color: #F1C8CC;
}
.AnyTagClassName
{
color: #F1C8CC;
}
</style>
background-color css
<style>
a { background-color: #F1C8CC; }
a { background-color: rgb(241,200,204); }
div.DivClassName
{
background-color: #F1C8CC;
}
.BgClassName
{
background-color: #F1C8CC;
}
</style>
border-color css
<style>
span { border-color: #F1C8CC; }
span { border-color: rgb(241,200,204); }
td.TdClassName
{
border-color: #F1C8CC;
}
.TagClassName
{
border-color: #F1C8CC;
}
</style>