Shades of Azalea #F0CBCD
Tints of Azalea #F0CBCD
RGB
CMYK
RGB Variations
Color information
#F0CBCD (or 0xF0CBCD) is known color: Azalea. HEX triplet: F0, CB and CD. RGB value is (240,203,205). Sum of RGB (Red+Green+Blue) = 240+203+205=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBCD is #0F3432. Grayscale: #D6D6D6. Windows color (decimal): -996403 or 13487088. OLE color: 13487088.
HSL color Cylindrical-coordinate representation of color #F0CBCD: hue angle of 356.76º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBCD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 205 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.06 |
| HSL | 356.76º | 0.55% | 0.87% | - |
| HSV(B) | 356.76º | 0.15% | 0.94% | - |
| XYZ | 68.31 | 65.64 | 66.83 | - |
| YUV | 214.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 205 | 0 | 0.15 | 0.15 | 0.06 | 356.76 | 0.55 | 0.87 |
| Hex | F0 | CB | CD | 0 | F | F | 6 | 165 | 37 | 57 |
| Octal | 360 | 313 | 315 | 0 | 17 | 17 | 6 | 545 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11001101 | 0 | 1111 | 1111 | 110 | 101100101 | 110111 | 1010111 |
Color Harmonies of #F0CBCD
Complementary color
Monochromatic Colors of #F0CBCD
Black with #F0CBCD
Text Example
Text Example
White with #F0CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBCD; }
p { color: rgb(240,203,205); }
H1.HeaderClassName
{
color: #F0CBCD;
}
.AnyTagClassName
{
color: #F0CBCD;
}
</style>
background-color css
<style>
a { background-color: #F0CBCD; }
a { background-color: rgb(240,203,205); }
div.DivClassName
{
background-color: #F0CBCD;
}
.BgClassName
{
background-color: #F0CBCD;
}
</style>
border-color css
<style>
span { border-color: #F0CBCD; }
span { border-color: rgb(240,203,205); }
td.TdClassName
{
border-color: #F0CBCD;
}
.TagClassName
{
border-color: #F0CBCD;
}
</style>