Shades of Azalea #F3C0C4
Tints of Azalea #F3C0C4
RGB
CMYK
RGB Variations
Color information
#F3C0C4 (or 0xF3C0C4) is known color: Azalea. HEX triplet: F3, C0 and C4. RGB value is (243,192,196). Sum of RGB (Red+Green+Blue) = 243+192+196=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0C4 is #0C3F3B. Grayscale: #CFCFCF. Windows color (decimal): -802620 or 12894451. OLE color: 12894451.
HSL color Cylindrical-coordinate representation of color #F3C0C4: hue angle of 355.29º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C0C4 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 196 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.05 |
| HSL | 355.29º | 0.68% | 0.85% | - |
| HSV(B) | 355.29º | 0.21% | 0.95% | - |
| XYZ | 65.78 | 60.74 | 60.48 | - |
| YUV | 207.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 196 | 0 | 0.21 | 0.19 | 0.05 | 355.29 | 0.68 | 0.85 |
| Hex | F3 | C0 | C4 | 0 | 15 | 13 | 5 | 163 | 44 | 55 |
| Octal | 363 | 300 | 304 | 0 | 25 | 23 | 5 | 543 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11000100 | 0 | 10101 | 10011 | 101 | 101100011 | 1000100 | 1010101 |
Color Harmonies of #F3C0C4
Complementary color
Monochromatic Colors of #F3C0C4
Black with #F3C0C4
Text Example
Text Example
White with #F3C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0C4; }
p { color: rgb(243,192,196); }
H1.HeaderClassName
{
color: #F3C0C4;
}
.AnyTagClassName
{
color: #F3C0C4;
}
</style>
background-color css
<style>
a { background-color: #F3C0C4; }
a { background-color: rgb(243,192,196); }
div.DivClassName
{
background-color: #F3C0C4;
}
.BgClassName
{
background-color: #F3C0C4;
}
</style>
border-color css
<style>
span { border-color: #F3C0C4; }
span { border-color: rgb(243,192,196); }
td.TdClassName
{
border-color: #F3C0C4;
}
.TagClassName
{
border-color: #F3C0C4;
}
</style>