Shades of Azalea #F6CBCE
Tints of Azalea #F6CBCE
RGB
CMYK
RGB Variations
Color information
#F6CBCE (or 0xF6CBCE) is known color: Azalea. HEX triplet: F6, CB and CE. RGB value is (246,203,206). Sum of RGB (Red+Green+Blue) = 246+203+206=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBCE is #093431. Grayscale: #D8D8D8. Windows color (decimal): -603186 or 13552630. OLE color: 13552630.
HSL color Cylindrical-coordinate representation of color #F6CBCE: hue angle of 355.81º degrees, saturation: 0.7, 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 #F6CBCE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 206 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.04 |
| HSL | 355.81º | 0.7% | 0.88% | - |
| HSV(B) | 355.81º | 0.17% | 0.96% | - |
| XYZ | 70.5 | 66.76 | 67.56 | - |
| YUV | 216.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 206 | 0 | 0.17 | 0.16 | 0.04 | 355.81 | 0.7 | 0.88 |
| Hex | F6 | CB | CE | 0 | 11 | 10 | 4 | 164 | 46 | 58 |
| Octal | 366 | 313 | 316 | 0 | 21 | 20 | 4 | 544 | 106 | 130 |
| Binary | 11110110 | 11001011 | 11001110 | 0 | 10001 | 10000 | 100 | 101100100 | 1000110 | 1011000 |
Color Harmonies of #F6CBCE
Complementary color
Monochromatic Colors of #F6CBCE
Black with #F6CBCE
Text Example
Text Example
White with #F6CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBCE; }
p { color: rgb(246,203,206); }
H1.HeaderClassName
{
color: #F6CBCE;
}
.AnyTagClassName
{
color: #F6CBCE;
}
</style>
background-color css
<style>
a { background-color: #F6CBCE; }
a { background-color: rgb(246,203,206); }
div.DivClassName
{
background-color: #F6CBCE;
}
.BgClassName
{
background-color: #F6CBCE;
}
</style>
border-color css
<style>
span { border-color: #F6CBCE; }
span { border-color: rgb(246,203,206); }
td.TdClassName
{
border-color: #F6CBCE;
}
.TagClassName
{
border-color: #F6CBCE;
}
</style>