Shades of Azalea #FDCBCD
Tints of Azalea #FDCBCD
RGB
CMYK
RGB Variations
Color information
#FDCBCD (or 0xFDCBCD) is known color: Azalea. HEX triplet: FD, CB and CD. RGB value is (253,203,205). Sum of RGB (Red+Green+Blue) = 253+203+205=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBCD is #023432. Grayscale: #DADADA. Windows color (decimal): -144435 or 13487101. OLE color: 13487101.
HSL color Cylindrical-coordinate representation of color #FDCBCD: hue angle of 357.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBCD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 205 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.01 |
| HSL | 357.6º | 0.93% | 0.89% | - |
| HSV(B) | 357.6º | 0.2% | 0.99% | - |
| XYZ | 72.88 | 68 | 67.04 | - |
| YUV | 218.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 205 | 0 | 0.20 | 0.19 | 0.01 | 357.6 | 0.93 | 0.89 |
| Hex | FD | CB | CD | 0 | 14 | 13 | 1 | 166 | 5D | 59 |
| Octal | 375 | 313 | 315 | 0 | 24 | 23 | 1 | 546 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11001101 | 0 | 10100 | 10011 | 1 | 101100110 | 1011101 | 1011001 |
Color Harmonies of #FDCBCD
Complementary color
Monochromatic Colors of #FDCBCD
Black with #FDCBCD
Text Example
Text Example
White with #FDCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBCD; }
p { color: rgb(253,203,205); }
H1.HeaderClassName
{
color: #FDCBCD;
}
.AnyTagClassName
{
color: #FDCBCD;
}
</style>
background-color css
<style>
a { background-color: #FDCBCD; }
a { background-color: rgb(253,203,205); }
div.DivClassName
{
background-color: #FDCBCD;
}
.BgClassName
{
background-color: #FDCBCD;
}
</style>
border-color css
<style>
span { border-color: #FDCBCD; }
span { border-color: rgb(253,203,205); }
td.TdClassName
{
border-color: #FDCBCD;
}
.TagClassName
{
border-color: #FDCBCD;
}
</style>