Shades of Azalea #FDCBCC
Tints of Azalea #FDCBCC
RGB
CMYK
RGB Variations
Color information
#FDCBCC (or 0xFDCBCC) is known color: Azalea. HEX triplet: FD, CB and CC. RGB value is (253,203,204). Sum of RGB (Red+Green+Blue) = 253+203+204=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBCC is #023433. Grayscale: #DADADA. Windows color (decimal): -144436 or 13421565. OLE color: 13421565.
HSL color Cylindrical-coordinate representation of color #FDCBCC: hue angle of 358.8º 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 #FDCBCC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 204 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.01 |
| HSL | 358.8º | 0.93% | 0.89% | - |
| HSV(B) | 358.8º | 0.2% | 0.99% | - |
| XYZ | 72.76 | 67.95 | 66.41 | - |
| YUV | 218.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 204 | 0 | 0.20 | 0.19 | 0.01 | 358.8 | 0.93 | 0.89 |
| Hex | FD | CB | CC | 0 | 14 | 13 | 1 | 167 | 5D | 59 |
| Octal | 375 | 313 | 314 | 0 | 24 | 23 | 1 | 547 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11001100 | 0 | 10100 | 10011 | 1 | 101100111 | 1011101 | 1011001 |
Color Harmonies of #FDCBCC
Complementary color
Monochromatic Colors of #FDCBCC
Black with #FDCBCC
Text Example
Text Example
White with #FDCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBCC; }
p { color: rgb(253,203,204); }
H1.HeaderClassName
{
color: #FDCBCC;
}
.AnyTagClassName
{
color: #FDCBCC;
}
</style>
background-color css
<style>
a { background-color: #FDCBCC; }
a { background-color: rgb(253,203,204); }
div.DivClassName
{
background-color: #FDCBCC;
}
.BgClassName
{
background-color: #FDCBCC;
}
</style>
border-color css
<style>
span { border-color: #FDCBCC; }
span { border-color: rgb(253,203,204); }
td.TdClassName
{
border-color: #FDCBCC;
}
.TagClassName
{
border-color: #FDCBCC;
}
</style>