Shades of Azalea #FACCCD
Tints of Azalea #FACCCD
RGB
CMYK
RGB Variations
Color information
#FACCCD (or 0xFACCCD) is known color: Azalea. HEX triplet: FA, CC and CD. RGB value is (250,204,205). Sum of RGB (Red+Green+Blue) = 250+204+205=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCCD is #053332. Grayscale: #D9D9D9. Windows color (decimal): -340787 or 13487354. OLE color: 13487354.
HSL color Cylindrical-coordinate representation of color #FACCCD: hue angle of 358.7º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACCCD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 205 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.02 |
| HSL | 358.7º | 0.82% | 0.89% | - |
| HSV(B) | 358.7º | 0.18% | 0.98% | - |
| XYZ | 72.04 | 67.92 | 67.07 | - |
| YUV | 217.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 205 | 0 | 0.18 | 0.18 | 0.02 | 358.7 | 0.82 | 0.89 |
| Hex | FA | CC | CD | 0 | 12 | 12 | 2 | 167 | 52 | 59 |
| Octal | 372 | 314 | 315 | 0 | 22 | 22 | 2 | 547 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11001101 | 0 | 10010 | 10010 | 10 | 101100111 | 1010010 | 1011001 |
Color Harmonies of #FACCCD
Complementary color
Monochromatic Colors of #FACCCD
Black with #FACCCD
Text Example
Text Example
White with #FACCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCCD; }
p { color: rgb(250,204,205); }
H1.HeaderClassName
{
color: #FACCCD;
}
.AnyTagClassName
{
color: #FACCCD;
}
</style>
background-color css
<style>
a { background-color: #FACCCD; }
a { background-color: rgb(250,204,205); }
div.DivClassName
{
background-color: #FACCCD;
}
.BgClassName
{
background-color: #FACCCD;
}
</style>
border-color css
<style>
span { border-color: #FACCCD; }
span { border-color: rgb(250,204,205); }
td.TdClassName
{
border-color: #FACCCD;
}
.TagClassName
{
border-color: #FACCCD;
}
</style>