Shades of Azalea #FCC3C4
Tints of Azalea #FCC3C4
RGB
CMYK
RGB Variations
Color information
#FCC3C4 (or 0xFCC3C4) is known color: Azalea. HEX triplet: FC, C3 and C4. RGB value is (252,195,196). Sum of RGB (Red+Green+Blue) = 252+195+196=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3C4 is #033C3B. Grayscale: #D4D4D4. Windows color (decimal): -212028 or 12895228. OLE color: 12895228.
HSL color Cylindrical-coordinate representation of color #FCC3C4: hue angle of 358.95º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3C4 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 196 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.01 |
| HSL | 358.95º | 0.9% | 0.88% | - |
| HSV(B) | 358.95º | 0.23% | 0.99% | - |
| XYZ | 69.62 | 63.71 | 60.85 | - |
| YUV | 212.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 196 | 0 | 0.23 | 0.22 | 0.01 | 358.95 | 0.9 | 0.88 |
| Hex | FC | C3 | C4 | 0 | 17 | 16 | 1 | 167 | 5A | 58 |
| Octal | 374 | 303 | 304 | 0 | 27 | 26 | 1 | 547 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11000100 | 0 | 10111 | 10110 | 1 | 101100111 | 1011010 | 1011000 |
Color Harmonies of #FCC3C4
Complementary color
Monochromatic Colors of #FCC3C4
Black with #FCC3C4
Text Example
Text Example
White with #FCC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3C4; }
p { color: rgb(252,195,196); }
H1.HeaderClassName
{
color: #FCC3C4;
}
.AnyTagClassName
{
color: #FCC3C4;
}
</style>
background-color css
<style>
a { background-color: #FCC3C4; }
a { background-color: rgb(252,195,196); }
div.DivClassName
{
background-color: #FCC3C4;
}
.BgClassName
{
background-color: #FCC3C4;
}
</style>
border-color css
<style>
span { border-color: #FCC3C4; }
span { border-color: rgb(252,195,196); }
td.TdClassName
{
border-color: #FCC3C4;
}
.TagClassName
{
border-color: #FCC3C4;
}
</style>