Shades of Azalea #FDC8C9
Tints of Azalea #FDC8C9
RGB
CMYK
RGB Variations
Color information
#FDC8C9 (or 0xFDC8C9) is known color: Azalea. HEX triplet: FD, C8 and C9. RGB value is (253,200,201). Sum of RGB (Red+Green+Blue) = 253+200+201=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8C9 is #023736. Grayscale: #D8D8D8. Windows color (decimal): -145207 or 13224189. OLE color: 13224189.
HSL color Cylindrical-coordinate representation of color #FDC8C9: hue angle of 358.87º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC8C9 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 200 | 201 | - |
CMYK | 0 | 0.21 | 0.21 | 0.01 |
HSL | 358.87º | 0.93% | 0.89% | - |
HSV(B) | 358.87º | 0.21% | 0.99% | - |
XYZ | 71.7 | 66.41 | 64.3 | - |
YUV | 215.96 | 119.56 | 154.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 200 | 201 | 0 | 0.21 | 0.21 | 0.01 | 358.87 | 0.93 | 0.89 |
Hex | FD | C8 | C9 | 0 | 15 | 15 | 1 | 167 | 5D | 59 |
Octal | 375 | 310 | 311 | 0 | 25 | 25 | 1 | 547 | 135 | 131 |
Binary | 11111101 | 11001000 | 11001001 | 0 | 10101 | 10101 | 1 | 101100111 | 1011101 | 1011001 |
Color Harmonies of #FDC8C9
Complementary color
Monochromatic Colors of #FDC8C9
Black with #FDC8C9
Text Example
Text Example
White with #FDC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8C9; }
p { color: rgb(253,200,201); }
H1.HeaderClassName
{
color: #FDC8C9;
}
.AnyTagClassName
{
color: #FDC8C9;
}
</style>
background-color css
<style>
a { background-color: #FDC8C9; }
a { background-color: rgb(253,200,201); }
div.DivClassName
{
background-color: #FDC8C9;
}
.BgClassName
{
background-color: #FDC8C9;
}
</style>
border-color css
<style>
span { border-color: #FDC8C9; }
span { border-color: rgb(253,200,201); }
td.TdClassName
{
border-color: #FDC8C9;
}
.TagClassName
{
border-color: #FDC8C9;
}
</style>