Shades of Azalea #FDC1C2
Tints of Azalea #FDC1C2
RGB
CMYK
RGB Variations
Color information
#FDC1C2 (or 0xFDC1C2) is known color: Azalea. HEX triplet: FD, C1 and C2. RGB value is (253,193,194). Sum of RGB (Red+Green+Blue) = 253+193+194=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1C2 is #023E3D. Grayscale: #D3D3D3. Windows color (decimal): -147006 or 12763645. OLE color: 12763645.
HSL color Cylindrical-coordinate representation of color #FDC1C2: hue angle of 359º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1C2 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 194 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.01 |
| HSL | 359º | 0.94% | 0.87% | - |
| HSV(B) | 359º | 0.24% | 0.99% | - |
| XYZ | 69.32 | 62.92 | 59.53 | - |
| YUV | 211.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 194 | 0 | 0.24 | 0.23 | 0.01 | 359 | 0.94 | 0.87 |
| Hex | FD | C1 | C2 | 0 | 18 | 17 | 1 | 167 | 5E | 57 |
| Octal | 375 | 301 | 302 | 0 | 30 | 27 | 1 | 547 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11000010 | 0 | 11000 | 10111 | 1 | 101100111 | 1011110 | 1010111 |
Color Harmonies of #FDC1C2
Complementary color
Monochromatic Colors of #FDC1C2
Black with #FDC1C2
Text Example
Text Example
White with #FDC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1C2; }
p { color: rgb(253,193,194); }
H1.HeaderClassName
{
color: #FDC1C2;
}
.AnyTagClassName
{
color: #FDC1C2;
}
</style>
background-color css
<style>
a { background-color: #FDC1C2; }
a { background-color: rgb(253,193,194); }
div.DivClassName
{
background-color: #FDC1C2;
}
.BgClassName
{
background-color: #FDC1C2;
}
</style>
border-color css
<style>
span { border-color: #FDC1C2; }
span { border-color: rgb(253,193,194); }
td.TdClassName
{
border-color: #FDC1C2;
}
.TagClassName
{
border-color: #FDC1C2;
}
</style>