Shades of Azalea #FFC1C7
Tints of Azalea #FFC1C7
RGB
CMYK
RGB Variations
Color information
#FFC1C7 (or 0xFFC1C7) is known color: Azalea. HEX triplet: FF, C1 and C7. RGB value is (255,193,199). Sum of RGB (Red+Green+Blue) = 255+193+199=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C7 is #003E38. Grayscale: #D4D4D4. Windows color (decimal): -15929 or 13091327. OLE color: 13091327.
HSL color Cylindrical-coordinate representation of color #FFC1C7: hue angle of 354.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1C7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 199 | - |
| CMYK | 0 | 0.24 | 0.22 | 0 |
| HSL | 354.19º | 1% | 0.88% | - |
| HSV(B) | 354.19º | 0.24% | 1% | - |
| XYZ | 70.62 | 63.52 | 62.57 | - |
| YUV | 212.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 199 | 0 | 0.24 | 0.22 | 0 | 354.19 | 1 | 0.88 |
| Hex | FF | C1 | C7 | 0 | 18 | 16 | 0 | 162 | 64 | 58 |
| Octal | 377 | 301 | 307 | 0 | 30 | 26 | 0 | 542 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11000111 | 0 | 11000 | 10110 | 0 | 101100010 | 1100100 | 1011000 |
Color Harmonies of #FFC1C7
Complementary color
Monochromatic Colors of #FFC1C7
Black with #FFC1C7
Text Example
Text Example
White with #FFC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1C7; }
p { color: rgb(255,193,199); }
H1.HeaderClassName
{
color: #FFC1C7;
}
.AnyTagClassName
{
color: #FFC1C7;
}
</style>
background-color css
<style>
a { background-color: #FFC1C7; }
a { background-color: rgb(255,193,199); }
div.DivClassName
{
background-color: #FFC1C7;
}
.BgClassName
{
background-color: #FFC1C7;
}
</style>
border-color css
<style>
span { border-color: #FFC1C7; }
span { border-color: rgb(255,193,199); }
td.TdClassName
{
border-color: #FFC1C7;
}
.TagClassName
{
border-color: #FFC1C7;
}
</style>