Shades of Azalea #F3C0C2
Tints of Azalea #F3C0C2
RGB
CMYK
RGB Variations
Color information
#F3C0C2 (or 0xF3C0C2) is known color: Azalea. HEX triplet: F3, C0 and C2. RGB value is (243,192,194). Sum of RGB (Red+Green+Blue) = 243+192+194=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0C2 is #0C3F3D. Grayscale: #CFCFCF. Windows color (decimal): -802622 or 12763379. OLE color: 12763379.
HSL color Cylindrical-coordinate representation of color #F3C0C2: hue angle of 357.65º 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 #F3C0C2 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 194 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.05 |
| HSL | 357.65º | 0.68% | 0.85% | - |
| HSV(B) | 357.65º | 0.21% | 0.95% | - |
| XYZ | 65.55 | 60.65 | 59.29 | - |
| YUV | 207.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 194 | 0 | 0.21 | 0.20 | 0.05 | 357.65 | 0.68 | 0.85 |
| Hex | F3 | C0 | C2 | 0 | 15 | 14 | 5 | 166 | 44 | 55 |
| Octal | 363 | 300 | 302 | 0 | 25 | 24 | 5 | 546 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11000010 | 0 | 10101 | 10100 | 101 | 101100110 | 1000100 | 1010101 |
Color Harmonies of #F3C0C2
Complementary color
Monochromatic Colors of #F3C0C2
Black with #F3C0C2
Text Example
Text Example
White with #F3C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0C2; }
p { color: rgb(243,192,194); }
H1.HeaderClassName
{
color: #F3C0C2;
}
.AnyTagClassName
{
color: #F3C0C2;
}
</style>
background-color css
<style>
a { background-color: #F3C0C2; }
a { background-color: rgb(243,192,194); }
div.DivClassName
{
background-color: #F3C0C2;
}
.BgClassName
{
background-color: #F3C0C2;
}
</style>
border-color css
<style>
span { border-color: #F3C0C2; }
span { border-color: rgb(243,192,194); }
td.TdClassName
{
border-color: #F3C0C2;
}
.TagClassName
{
border-color: #F3C0C2;
}
</style>