Shades of Azalea #FDC8CB
Tints of Azalea #FDC8CB
RGB
CMYK
RGB Variations
Color information
#FDC8CB (or 0xFDC8CB) is known color: Azalea. HEX triplet: FD, C8 and CB. RGB value is (253,200,203). Sum of RGB (Red+Green+Blue) = 253+200+203=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8CB is #023734. Grayscale: #D8D8D8. Windows color (decimal): -145205 or 13355261. OLE color: 13355261.
HSL color Cylindrical-coordinate representation of color #FDC8CB: hue angle of 356.6º 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 #FDC8CB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 203 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.01 |
| HSL | 356.6º | 0.93% | 0.89% | - |
| HSV(B) | 356.6º | 0.21% | 0.99% | - |
| XYZ | 71.94 | 66.5 | 65.54 | - |
| YUV | 216.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 203 | 0 | 0.21 | 0.20 | 0.01 | 356.6 | 0.93 | 0.89 |
| Hex | FD | C8 | CB | 0 | 15 | 14 | 1 | 165 | 5D | 59 |
| Octal | 375 | 310 | 313 | 0 | 25 | 24 | 1 | 545 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11001011 | 0 | 10101 | 10100 | 1 | 101100101 | 1011101 | 1011001 |
Color Harmonies of #FDC8CB
Complementary color
Monochromatic Colors of #FDC8CB
Black with #FDC8CB
Text Example
Text Example
White with #FDC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8CB; }
p { color: rgb(253,200,203); }
H1.HeaderClassName
{
color: #FDC8CB;
}
.AnyTagClassName
{
color: #FDC8CB;
}
</style>
background-color css
<style>
a { background-color: #FDC8CB; }
a { background-color: rgb(253,200,203); }
div.DivClassName
{
background-color: #FDC8CB;
}
.BgClassName
{
background-color: #FDC8CB;
}
</style>
border-color css
<style>
span { border-color: #FDC8CB; }
span { border-color: rgb(253,200,203); }
td.TdClassName
{
border-color: #FDC8CB;
}
.TagClassName
{
border-color: #FDC8CB;
}
</style>