Shades of Azalea #FAC2C4
Tints of Azalea #FAC2C4
RGB
CMYK
RGB Variations
Color information
#FAC2C4 (or 0xFAC2C4) is known color: Azalea. HEX triplet: FA, C2 and C4. RGB value is (250,194,196). Sum of RGB (Red+Green+Blue) = 250+194+196=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2C4 is #053D3B. Grayscale: #D3D3D3. Windows color (decimal): -343356 or 12894970. OLE color: 12894970.
HSL color Cylindrical-coordinate representation of color #FAC2C4: hue angle of 357.86º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC2C4 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 196 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.02 |
| HSL | 357.86º | 0.85% | 0.87% | - |
| HSV(B) | 357.86º | 0.22% | 0.98% | - |
| XYZ | 68.68 | 62.89 | 60.74 | - |
| YUV | 210.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 196 | 0 | 0.22 | 0.22 | 0.02 | 357.86 | 0.85 | 0.87 |
| Hex | FA | C2 | C4 | 0 | 16 | 16 | 2 | 166 | 55 | 57 |
| Octal | 372 | 302 | 304 | 0 | 26 | 26 | 2 | 546 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11000100 | 0 | 10110 | 10110 | 10 | 101100110 | 1010101 | 1010111 |
Color Harmonies of #FAC2C4
Complementary color
Monochromatic Colors of #FAC2C4
Black with #FAC2C4
Text Example
Text Example
White with #FAC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2C4; }
p { color: rgb(250,194,196); }
H1.HeaderClassName
{
color: #FAC2C4;
}
.AnyTagClassName
{
color: #FAC2C4;
}
</style>
background-color css
<style>
a { background-color: #FAC2C4; }
a { background-color: rgb(250,194,196); }
div.DivClassName
{
background-color: #FAC2C4;
}
.BgClassName
{
background-color: #FAC2C4;
}
</style>
border-color css
<style>
span { border-color: #FAC2C4; }
span { border-color: rgb(250,194,196); }
td.TdClassName
{
border-color: #FAC2C4;
}
.TagClassName
{
border-color: #FAC2C4;
}
</style>