Shades of Azalea #FABCC3
Tints of Azalea #FABCC3
RGB
CMYK
RGB Variations
Color information
#FABCC3 (or 0xFABCC3) is known color: Azalea. HEX triplet: FA, BC and C3. RGB value is (250,188,195). Sum of RGB (Red+Green+Blue) = 250+188+195=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC3 is #05433C. Grayscale: #CFCFCF. Windows color (decimal): -344893 or 12827898. OLE color: 12827898.
HSL color Cylindrical-coordinate representation of color #FABCC3: hue angle of 353.23º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCC3 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 195 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.02 |
| HSL | 353.23º | 0.86% | 0.86% | - |
| HSV(B) | 353.23º | 0.25% | 0.98% | - |
| XYZ | 67.26 | 60.23 | 59.71 | - |
| YUV | 207.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 195 | 0 | 0.25 | 0.22 | 0.02 | 353.23 | 0.86 | 0.86 |
| Hex | FA | BC | C3 | 0 | 19 | 16 | 2 | 161 | 56 | 56 |
| Octal | 372 | 274 | 303 | 0 | 31 | 26 | 2 | 541 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11000011 | 0 | 11001 | 10110 | 10 | 101100001 | 1010110 | 1010110 |
Color Harmonies of #FABCC3
Complementary color
Monochromatic Colors of #FABCC3
Black with #FABCC3
Text Example
Text Example
White with #FABCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCC3; }
p { color: rgb(250,188,195); }
H1.HeaderClassName
{
color: #FABCC3;
}
.AnyTagClassName
{
color: #FABCC3;
}
</style>
background-color css
<style>
a { background-color: #FABCC3; }
a { background-color: rgb(250,188,195); }
div.DivClassName
{
background-color: #FABCC3;
}
.BgClassName
{
background-color: #FABCC3;
}
</style>
border-color css
<style>
span { border-color: #FABCC3; }
span { border-color: rgb(250,188,195); }
td.TdClassName
{
border-color: #FABCC3;
}
.TagClassName
{
border-color: #FABCC3;
}
</style>