Shades of Azalea #F5CBCD
Tints of Azalea #F5CBCD
RGB
CMYK
RGB Variations
Color information
#F5CBCD (or 0xF5CBCD) is known color: Azalea. HEX triplet: F5, CB and CD. RGB value is (245,203,205). Sum of RGB (Red+Green+Blue) = 245+203+205=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBCD is #0A3432. Grayscale: #D7D7D7. Windows color (decimal): -668723 or 13487093. OLE color: 13487093.
HSL color Cylindrical-coordinate representation of color #F5CBCD: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CBCD is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 205 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.04 |
| HSL | 357.14º | 0.68% | 0.88% | - |
| HSV(B) | 357.14º | 0.17% | 0.96% | - |
| XYZ | 70.03 | 66.53 | 66.91 | - |
| YUV | 215.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 205 | 0 | 0.17 | 0.16 | 0.04 | 357.14 | 0.68 | 0.88 |
| Hex | F5 | CB | CD | 0 | 11 | 10 | 4 | 165 | 44 | 58 |
| Octal | 365 | 313 | 315 | 0 | 21 | 20 | 4 | 545 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11001101 | 0 | 10001 | 10000 | 100 | 101100101 | 1000100 | 1011000 |
Color Harmonies of #F5CBCD
Complementary color
Monochromatic Colors of #F5CBCD
Black with #F5CBCD
Text Example
Text Example
White with #F5CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBCD; }
p { color: rgb(245,203,205); }
H1.HeaderClassName
{
color: #F5CBCD;
}
.AnyTagClassName
{
color: #F5CBCD;
}
</style>
background-color css
<style>
a { background-color: #F5CBCD; }
a { background-color: rgb(245,203,205); }
div.DivClassName
{
background-color: #F5CBCD;
}
.BgClassName
{
background-color: #F5CBCD;
}
</style>
border-color css
<style>
span { border-color: #F5CBCD; }
span { border-color: rgb(245,203,205); }
td.TdClassName
{
border-color: #F5CBCD;
}
.TagClassName
{
border-color: #F5CBCD;
}
</style>