Shades of Azalea #F6CACB
Tints of Azalea #F6CACB
RGB
CMYK
RGB Variations
Color information
#F6CACB (or 0xF6CACB) is known color: Azalea. HEX triplet: F6, CA and CB. RGB value is (246,202,203). Sum of RGB (Red+Green+Blue) = 246+202+203=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CACB is #093534. Grayscale: #D7D7D7. Windows color (decimal): -603445 or 13355766. OLE color: 13355766.
HSL color Cylindrical-coordinate representation of color #F6CACB: hue angle of 358.64º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CACB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 203 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.04 |
| HSL | 358.64º | 0.71% | 0.88% | - |
| HSV(B) | 358.64º | 0.18% | 0.96% | - |
| XYZ | 69.91 | 66.15 | 65.58 | - |
| YUV | 215.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 203 | 0 | 0.18 | 0.17 | 0.04 | 358.64 | 0.71 | 0.88 |
| Hex | F6 | CA | CB | 0 | 12 | 11 | 4 | 167 | 47 | 58 |
| Octal | 366 | 312 | 313 | 0 | 22 | 21 | 4 | 547 | 107 | 130 |
| Binary | 11110110 | 11001010 | 11001011 | 0 | 10010 | 10001 | 100 | 101100111 | 1000111 | 1011000 |
Color Harmonies of #F6CACB
Complementary color
Monochromatic Colors of #F6CACB
Black with #F6CACB
Text Example
Text Example
White with #F6CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CACB; }
p { color: rgb(246,202,203); }
H1.HeaderClassName
{
color: #F6CACB;
}
.AnyTagClassName
{
color: #F6CACB;
}
</style>
background-color css
<style>
a { background-color: #F6CACB; }
a { background-color: rgb(246,202,203); }
div.DivClassName
{
background-color: #F6CACB;
}
.BgClassName
{
background-color: #F6CACB;
}
</style>
border-color css
<style>
span { border-color: #F6CACB; }
span { border-color: rgb(246,202,203); }
td.TdClassName
{
border-color: #F6CACB;
}
.TagClassName
{
border-color: #F6CACB;
}
</style>