Shades of Azalea #FCC1C4
Tints of Azalea #FCC1C4
RGB
CMYK
RGB Variations
Color information
#FCC1C4 (or 0xFCC1C4) is known color: Azalea. HEX triplet: FC, C1 and C4. RGB value is (252,193,196). Sum of RGB (Red+Green+Blue) = 252+193+196=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1C4 is #033E3B. Grayscale: #D3D3D3. Windows color (decimal): -212540 or 12894716. OLE color: 12894716.
HSL color Cylindrical-coordinate representation of color #FCC1C4: hue angle of 356.95º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC1C4 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 196 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.01 |
| HSL | 356.95º | 0.91% | 0.87% | - |
| HSV(B) | 356.95º | 0.23% | 0.99% | - |
| XYZ | 69.18 | 62.82 | 60.7 | - |
| YUV | 210.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 196 | 0 | 0.23 | 0.22 | 0.01 | 356.95 | 0.91 | 0.87 |
| Hex | FC | C1 | C4 | 0 | 17 | 16 | 1 | 165 | 5B | 57 |
| Octal | 374 | 301 | 304 | 0 | 27 | 26 | 1 | 545 | 133 | 127 |
| Binary | 11111100 | 11000001 | 11000100 | 0 | 10111 | 10110 | 1 | 101100101 | 1011011 | 1010111 |
Color Harmonies of #FCC1C4
Complementary color
Monochromatic Colors of #FCC1C4
Black with #FCC1C4
Text Example
Text Example
White with #FCC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1C4; }
p { color: rgb(252,193,196); }
H1.HeaderClassName
{
color: #FCC1C4;
}
.AnyTagClassName
{
color: #FCC1C4;
}
</style>
background-color css
<style>
a { background-color: #FCC1C4; }
a { background-color: rgb(252,193,196); }
div.DivClassName
{
background-color: #FCC1C4;
}
.BgClassName
{
background-color: #FCC1C4;
}
</style>
border-color css
<style>
span { border-color: #FCC1C4; }
span { border-color: rgb(252,193,196); }
td.TdClassName
{
border-color: #FCC1C4;
}
.TagClassName
{
border-color: #FCC1C4;
}
</style>