Shades of Azalea #F5CCCD
Tints of Azalea #F5CCCD
RGB
CMYK
RGB Variations
Color information
#F5CCCD (or 0xF5CCCD) is known color: Azalea. HEX triplet: F5, CC and CD. RGB value is (245,204,205). Sum of RGB (Red+Green+Blue) = 245+204+205=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCCD is #0A3332. Grayscale: #D8D8D8. Windows color (decimal): -668467 or 13487349. OLE color: 13487349.
HSL color Cylindrical-coordinate representation of color #F5CCCD: hue angle of 358.54º degrees, saturation: 0.67, 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 #F5CCCD is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 204 | 205 | - |
CMYK | 0 | 0.17 | 0.16 | 0.04 |
HSL | 358.54º | 0.67% | 0.88% | - |
HSV(B) | 358.54º | 0.17% | 0.96% | - |
XYZ | 70.27 | 67.01 | 66.99 | - |
YUV | 216.37 | 121.58 | 148.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 204 | 205 | 0 | 0.17 | 0.16 | 0.04 | 358.54 | 0.67 | 0.88 |
Hex | F5 | CC | CD | 0 | 11 | 10 | 4 | 167 | 43 | 58 |
Octal | 365 | 314 | 315 | 0 | 21 | 20 | 4 | 547 | 103 | 130 |
Binary | 11110101 | 11001100 | 11001101 | 0 | 10001 | 10000 | 100 | 101100111 | 1000011 | 1011000 |
Color Harmonies of #F5CCCD
Complementary color
Monochromatic Colors of #F5CCCD
Black with #F5CCCD
Text Example
Text Example
White with #F5CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCCD; }
p { color: rgb(245,204,205); }
H1.HeaderClassName
{
color: #F5CCCD;
}
.AnyTagClassName
{
color: #F5CCCD;
}
</style>
background-color css
<style>
a { background-color: #F5CCCD; }
a { background-color: rgb(245,204,205); }
div.DivClassName
{
background-color: #F5CCCD;
}
.BgClassName
{
background-color: #F5CCCD;
}
</style>
border-color css
<style>
span { border-color: #F5CCCD; }
span { border-color: rgb(245,204,205); }
td.TdClassName
{
border-color: #F5CCCD;
}
.TagClassName
{
border-color: #F5CCCD;
}
</style>