Shades of Azalea #F5CBCE
Tints of Azalea #F5CBCE
RGB
CMYK
RGB Variations
Color information
#F5CBCE (or 0xF5CBCE) is known color: Azalea. HEX triplet: F5, CB and CE. RGB value is (245,203,206). Sum of RGB (Red+Green+Blue) = 245+203+206=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBCE is #0A3431. Grayscale: #D7D7D7. Windows color (decimal): -668722 or 13552629. OLE color: 13552629.
HSL color Cylindrical-coordinate representation of color #F5CBCE: hue angle of 355.71º 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 #F5CBCE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 206 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.04 |
| HSL | 355.71º | 0.68% | 0.88% | - |
| HSV(B) | 355.71º | 0.17% | 0.96% | - |
| XYZ | 70.15 | 66.58 | 67.55 | - |
| YUV | 215.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 206 | 0 | 0.17 | 0.16 | 0.04 | 355.71 | 0.68 | 0.88 |
| Hex | F5 | CB | CE | 0 | 11 | 10 | 4 | 164 | 44 | 58 |
| Octal | 365 | 313 | 316 | 0 | 21 | 20 | 4 | 544 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11001110 | 0 | 10001 | 10000 | 100 | 101100100 | 1000100 | 1011000 |
Color Harmonies of #F5CBCE
Complementary color
Monochromatic Colors of #F5CBCE
Black with #F5CBCE
Text Example
Text Example
White with #F5CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBCE; }
p { color: rgb(245,203,206); }
H1.HeaderClassName
{
color: #F5CBCE;
}
.AnyTagClassName
{
color: #F5CBCE;
}
</style>
background-color css
<style>
a { background-color: #F5CBCE; }
a { background-color: rgb(245,203,206); }
div.DivClassName
{
background-color: #F5CBCE;
}
.BgClassName
{
background-color: #F5CBCE;
}
</style>
border-color css
<style>
span { border-color: #F5CBCE; }
span { border-color: rgb(245,203,206); }
td.TdClassName
{
border-color: #F5CBCE;
}
.TagClassName
{
border-color: #F5CBCE;
}
</style>