Shades of Azalea #F3C3C4
Tints of Azalea #F3C3C4
RGB
CMYK
RGB Variations
Color information
#F3C3C4 (or 0xF3C3C4) is known color: Azalea. HEX triplet: F3, C3 and C4. RGB value is (243,195,196). Sum of RGB (Red+Green+Blue) = 243+195+196=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3C4 is #0C3C3B. Grayscale: #D1D1D1. Windows color (decimal): -801852 or 12895219. OLE color: 12895219.
HSL color Cylindrical-coordinate representation of color #F3C3C4: hue angle of 358.75º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C3C4 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 196 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.05 |
| HSL | 358.75º | 0.67% | 0.86% | - |
| HSV(B) | 358.75º | 0.2% | 0.95% | - |
| XYZ | 66.44 | 62.07 | 60.7 | - |
| YUV | 209.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 196 | 0 | 0.20 | 0.19 | 0.05 | 358.75 | 0.67 | 0.86 |
| Hex | F3 | C3 | C4 | 0 | 14 | 13 | 5 | 167 | 43 | 56 |
| Octal | 363 | 303 | 304 | 0 | 24 | 23 | 5 | 547 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11000100 | 0 | 10100 | 10011 | 101 | 101100111 | 1000011 | 1010110 |
Color Harmonies of #F3C3C4
Complementary color
Monochromatic Colors of #F3C3C4
Black with #F3C3C4
Text Example
Text Example
White with #F3C3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3C4; }
p { color: rgb(243,195,196); }
H1.HeaderClassName
{
color: #F3C3C4;
}
.AnyTagClassName
{
color: #F3C3C4;
}
</style>
background-color css
<style>
a { background-color: #F3C3C4; }
a { background-color: rgb(243,195,196); }
div.DivClassName
{
background-color: #F3C3C4;
}
.BgClassName
{
background-color: #F3C3C4;
}
</style>
border-color css
<style>
span { border-color: #F3C3C4; }
span { border-color: rgb(243,195,196); }
td.TdClassName
{
border-color: #F3C3C4;
}
.TagClassName
{
border-color: #F3C3C4;
}
</style>