Shades of Azalea #F3C8CD
Tints of Azalea #F3C8CD
RGB
CMYK
RGB Variations
Color information
#F3C8CD (or 0xF3C8CD) is known color: Azalea. HEX triplet: F3, C8 and CD. RGB value is (243,200,205). Sum of RGB (Red+Green+Blue) = 243+200+205=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8CD is #0C3732. Grayscale: #D5D5D5. Windows color (decimal): -800563 or 13486323. OLE color: 13486323.
HSL color Cylindrical-coordinate representation of color #F3C8CD: hue angle of 353.02º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3C8CD is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 205 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.05 |
| HSL | 353.02º | 0.64% | 0.87% | - |
| HSV(B) | 353.02º | 0.18% | 0.95% | - |
| XYZ | 68.64 | 64.77 | 66.64 | - |
| YUV | 213.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 205 | 0 | 0.18 | 0.16 | 0.05 | 353.02 | 0.64 | 0.87 |
| Hex | F3 | C8 | CD | 0 | 12 | 10 | 5 | 161 | 40 | 57 |
| Octal | 363 | 310 | 315 | 0 | 22 | 20 | 5 | 541 | 100 | 127 |
| Binary | 11110011 | 11001000 | 11001101 | 0 | 10010 | 10000 | 101 | 101100001 | 1000000 | 1010111 |
Color Harmonies of #F3C8CD
Complementary color
Monochromatic Colors of #F3C8CD
Black with #F3C8CD
Text Example
Text Example
White with #F3C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8CD; }
p { color: rgb(243,200,205); }
H1.HeaderClassName
{
color: #F3C8CD;
}
.AnyTagClassName
{
color: #F3C8CD;
}
</style>
background-color css
<style>
a { background-color: #F3C8CD; }
a { background-color: rgb(243,200,205); }
div.DivClassName
{
background-color: #F3C8CD;
}
.BgClassName
{
background-color: #F3C8CD;
}
</style>
border-color css
<style>
span { border-color: #F3C8CD; }
span { border-color: rgb(243,200,205); }
td.TdClassName
{
border-color: #F3C8CD;
}
.TagClassName
{
border-color: #F3C8CD;
}
</style>