Shades of Azalea #FFC3C7
Tints of Azalea #FFC3C7
RGB
CMYK
RGB Variations
Color information
#FFC3C7 (or 0xFFC3C7) is known color: Azalea. HEX triplet: FF, C3 and C7. RGB value is (255,195,199). Sum of RGB (Red+Green+Blue) = 255+195+199=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C7 is #003C38. Grayscale: #D5D5D5. Windows color (decimal): -15417 or 13091839. OLE color: 13091839.
HSL color Cylindrical-coordinate representation of color #FFC3C7: hue angle of 356º 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 #FFC3C7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 199 | - |
| CMYK | 0 | 0.24 | 0.22 | 0 |
| HSL | 356º | 1% | 0.88% | - |
| HSV(B) | 356º | 0.24% | 1% | - |
| XYZ | 71.06 | 64.41 | 62.72 | - |
| YUV | 213.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 199 | 0 | 0.24 | 0.22 | 0 | 356 | 1 | 0.88 |
| Hex | FF | C3 | C7 | 0 | 18 | 16 | 0 | 164 | 64 | 58 |
| Octal | 377 | 303 | 307 | 0 | 30 | 26 | 0 | 544 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11000111 | 0 | 11000 | 10110 | 0 | 101100100 | 1100100 | 1011000 |
Color Harmonies of #FFC3C7
Complementary color
Monochromatic Colors of #FFC3C7
Black with #FFC3C7
Text Example
Text Example
White with #FFC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3C7; }
p { color: rgb(255,195,199); }
H1.HeaderClassName
{
color: #FFC3C7;
}
.AnyTagClassName
{
color: #FFC3C7;
}
</style>
background-color css
<style>
a { background-color: #FFC3C7; }
a { background-color: rgb(255,195,199); }
div.DivClassName
{
background-color: #FFC3C7;
}
.BgClassName
{
background-color: #FFC3C7;
}
</style>
border-color css
<style>
span { border-color: #FFC3C7; }
span { border-color: rgb(255,195,199); }
td.TdClassName
{
border-color: #FFC3C7;
}
.TagClassName
{
border-color: #FFC3C7;
}
</style>