Shades of Azalea #FDC8CA
Tints of Azalea #FDC8CA
RGB
CMYK
RGB Variations
Color information
#FDC8CA (or 0xFDC8CA) is known color: Azalea. HEX triplet: FD, C8 and CA. RGB value is (253,200,202). Sum of RGB (Red+Green+Blue) = 253+200+202=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8CA is #023735. Grayscale: #D8D8D8. Windows color (decimal): -145206 or 13289725. OLE color: 13289725.
HSL color Cylindrical-coordinate representation of color #FDC8CA: hue angle of 357.74º 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 #FDC8CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 200 | 202 | - |
CMYK | 0 | 0.21 | 0.20 | 0.01 |
HSL | 357.74º | 0.93% | 0.89% | - |
HSV(B) | 357.74º | 0.21% | 0.99% | - |
XYZ | 71.82 | 66.46 | 64.92 | - |
YUV | 216.08 | 120.06 | 154.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 200 | 202 | 0 | 0.21 | 0.20 | 0.01 | 357.74 | 0.93 | 0.89 |
Hex | FD | C8 | CA | 0 | 15 | 14 | 1 | 166 | 5D | 59 |
Octal | 375 | 310 | 312 | 0 | 25 | 24 | 1 | 546 | 135 | 131 |
Binary | 11111101 | 11001000 | 11001010 | 0 | 10101 | 10100 | 1 | 101100110 | 1011101 | 1011001 |
Color Harmonies of #FDC8CA
Complementary color
Monochromatic Colors of #FDC8CA
Black with #FDC8CA
Text Example
Text Example
White with #FDC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8CA; }
p { color: rgb(253,200,202); }
H1.HeaderClassName
{
color: #FDC8CA;
}
.AnyTagClassName
{
color: #FDC8CA;
}
</style>
background-color css
<style>
a { background-color: #FDC8CA; }
a { background-color: rgb(253,200,202); }
div.DivClassName
{
background-color: #FDC8CA;
}
.BgClassName
{
background-color: #FDC8CA;
}
</style>
border-color css
<style>
span { border-color: #FDC8CA; }
span { border-color: rgb(253,200,202); }
td.TdClassName
{
border-color: #FDC8CA;
}
.TagClassName
{
border-color: #FDC8CA;
}
</style>