Shades of Azalea #F1C6C8
Tints of Azalea #F1C6C8
RGB
CMYK
RGB Variations
Color information
#F1C6C8 (or 0xF1C6C8) is known color: Azalea. HEX triplet: F1, C6 and C8. RGB value is (241,198,200). Sum of RGB (Red+Green+Blue) = 241+198+200=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6C8 is #0E3937. Grayscale: #D3D3D3. Windows color (decimal): -932152 or 13158129. OLE color: 13158129.
HSL color Cylindrical-coordinate representation of color #F1C6C8: hue angle of 357.21º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C6C8 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 200 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.05 |
| HSL | 357.21º | 0.61% | 0.86% | - |
| HSV(B) | 357.21º | 0.18% | 0.95% | - |
| XYZ | 66.9 | 63.26 | 63.33 | - |
| YUV | 211.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 200 | 0 | 0.18 | 0.17 | 0.05 | 357.21 | 0.61 | 0.86 |
| Hex | F1 | C6 | C8 | 0 | 12 | 11 | 5 | 165 | 3D | 56 |
| Octal | 361 | 306 | 310 | 0 | 22 | 21 | 5 | 545 | 75 | 126 |
| Binary | 11110001 | 11000110 | 11001000 | 0 | 10010 | 10001 | 101 | 101100101 | 111101 | 1010110 |
Color Harmonies of #F1C6C8
Complementary color
Monochromatic Colors of #F1C6C8
Black with #F1C6C8
Text Example
Text Example
White with #F1C6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6C8; }
p { color: rgb(241,198,200); }
H1.HeaderClassName
{
color: #F1C6C8;
}
.AnyTagClassName
{
color: #F1C6C8;
}
</style>
background-color css
<style>
a { background-color: #F1C6C8; }
a { background-color: rgb(241,198,200); }
div.DivClassName
{
background-color: #F1C6C8;
}
.BgClassName
{
background-color: #F1C6C8;
}
</style>
border-color css
<style>
span { border-color: #F1C6C8; }
span { border-color: rgb(241,198,200); }
td.TdClassName
{
border-color: #F1C6C8;
}
.TagClassName
{
border-color: #F1C6C8;
}
</style>