Shades of Azalea #F5C4CB
Tints of Azalea #F5C4CB
RGB
CMYK
RGB Variations
Color information
#F5C4CB (or 0xF5C4CB) is known color: Azalea. HEX triplet: F5, C4 and CB. RGB value is (245,196,203). Sum of RGB (Red+Green+Blue) = 245+196+203=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4CB is #0A3B34. Grayscale: #D3D3D3. Windows color (decimal): -670517 or 13354229. OLE color: 13354229.
HSL color Cylindrical-coordinate representation of color #F5C4CB: hue angle of 351.43º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C4CB is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 203 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.04 |
| HSL | 351.43º | 0.71% | 0.86% | - |
| HSV(B) | 351.43º | 0.2% | 0.96% | - |
| XYZ | 68.18 | 63.2 | 65.11 | - |
| YUV | 211.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 203 | 0 | 0.2 | 0.17 | 0.04 | 351.43 | 0.71 | 0.86 |
| Hex | F5 | C4 | CB | 0 | 14 | 11 | 4 | 15F | 47 | 56 |
| Octal | 365 | 304 | 313 | 0 | 24 | 21 | 4 | 537 | 107 | 126 |
| Binary | 11110101 | 11000100 | 11001011 | 0 | 10100 | 10001 | 100 | 101011111 | 1000111 | 1010110 |
Color Harmonies of #F5C4CB
Complementary color
Monochromatic Colors of #F5C4CB
Black with #F5C4CB
Text Example
Text Example
White with #F5C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C4CB; }
p { color: rgb(245,196,203); }
H1.HeaderClassName
{
color: #F5C4CB;
}
.AnyTagClassName
{
color: #F5C4CB;
}
</style>
background-color css
<style>
a { background-color: #F5C4CB; }
a { background-color: rgb(245,196,203); }
div.DivClassName
{
background-color: #F5C4CB;
}
.BgClassName
{
background-color: #F5C4CB;
}
</style>
border-color css
<style>
span { border-color: #F5C4CB; }
span { border-color: rgb(245,196,203); }
td.TdClassName
{
border-color: #F5C4CB;
}
.TagClassName
{
border-color: #F5C4CB;
}
</style>