Shades of Azalea #FFC3C6
Tints of Azalea #FFC3C6
RGB
CMYK
RGB Variations
Color information
#FFC3C6 (or 0xFFC3C6) is known color: Azalea. HEX triplet: FF, C3 and C6. RGB value is (255,195,198). Sum of RGB (Red+Green+Blue) = 255+195+198=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C6 is #003C39. Grayscale: #D5D5D5. Windows color (decimal): -15418 or 13026303. OLE color: 13026303.
HSL color Cylindrical-coordinate representation of color #FFC3C6: hue angle of 357º 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 #FFC3C6 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 198 | - |
| CMYK | 0 | 0.24 | 0.22 | 0 |
| HSL | 357º | 1% | 0.88% | - |
| HSV(B) | 357º | 0.24% | 1% | - |
| XYZ | 70.95 | 64.37 | 62.11 | - |
| YUV | 213.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 198 | 0 | 0.24 | 0.22 | 0 | 357 | 1 | 0.88 |
| Hex | FF | C3 | C6 | 0 | 18 | 16 | 0 | 165 | 64 | 58 |
| Octal | 377 | 303 | 306 | 0 | 30 | 26 | 0 | 545 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11000110 | 0 | 11000 | 10110 | 0 | 101100101 | 1100100 | 1011000 |
Color Harmonies of #FFC3C6
Complementary color
Monochromatic Colors of #FFC3C6
Black with #FFC3C6
Text Example
Text Example
White with #FFC3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3C6; }
p { color: rgb(255,195,198); }
H1.HeaderClassName
{
color: #FFC3C6;
}
.AnyTagClassName
{
color: #FFC3C6;
}
</style>
background-color css
<style>
a { background-color: #FFC3C6; }
a { background-color: rgb(255,195,198); }
div.DivClassName
{
background-color: #FFC3C6;
}
.BgClassName
{
background-color: #FFC3C6;
}
</style>
border-color css
<style>
span { border-color: #FFC3C6; }
span { border-color: rgb(255,195,198); }
td.TdClassName
{
border-color: #FFC3C6;
}
.TagClassName
{
border-color: #FFC3C6;
}
</style>