Shades of Azalea #F3C0C8
Tints of Azalea #F3C0C8
RGB
CMYK
RGB Variations
Color information
#F3C0C8 (or 0xF3C0C8) is known color: Azalea. HEX triplet: F3, C0 and C8. RGB value is (243,192,200). Sum of RGB (Red+Green+Blue) = 243+192+200=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0C8 is #0C3F37. Grayscale: #D0D0D0. Windows color (decimal): -802616 or 13156595. OLE color: 13156595.
HSL color Cylindrical-coordinate representation of color #F3C0C8: hue angle of 350.59º 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 #F3C0C8 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 200 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.05 |
| HSL | 350.59º | 0.68% | 0.85% | - |
| HSV(B) | 350.59º | 0.21% | 0.95% | - |
| XYZ | 66.24 | 60.92 | 62.91 | - |
| YUV | 208.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 200 | 0 | 0.21 | 0.18 | 0.05 | 350.59 | 0.68 | 0.85 |
| Hex | F3 | C0 | C8 | 0 | 15 | 12 | 5 | 15F | 44 | 55 |
| Octal | 363 | 300 | 310 | 0 | 25 | 22 | 5 | 537 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11001000 | 0 | 10101 | 10010 | 101 | 101011111 | 1000100 | 1010101 |
Color Harmonies of #F3C0C8
Complementary color
Monochromatic Colors of #F3C0C8
Black with #F3C0C8
Text Example
Text Example
White with #F3C0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0C8; }
p { color: rgb(243,192,200); }
H1.HeaderClassName
{
color: #F3C0C8;
}
.AnyTagClassName
{
color: #F3C0C8;
}
</style>
background-color css
<style>
a { background-color: #F3C0C8; }
a { background-color: rgb(243,192,200); }
div.DivClassName
{
background-color: #F3C0C8;
}
.BgClassName
{
background-color: #F3C0C8;
}
</style>
border-color css
<style>
span { border-color: #F3C0C8; }
span { border-color: rgb(243,192,200); }
td.TdClassName
{
border-color: #F3C0C8;
}
.TagClassName
{
border-color: #F3C0C8;
}
</style>