Shades of Azalea #FABDC4
Tints of Azalea #FABDC4
RGB
CMYK
RGB Variations
Color information
#FABDC4 (or 0xFABDC4) is known color: Azalea. HEX triplet: FA, BD and C4. RGB value is (250,189,196). Sum of RGB (Red+Green+Blue) = 250+189+196=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC4 is #05423B. Grayscale: #D0D0D0. Windows color (decimal): -344636 or 12893690. OLE color: 12893690.
HSL color Cylindrical-coordinate representation of color #FABDC4: hue angle of 353.11º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDC4 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 189 | 196 | - |
CMYK | 0 | 0.24 | 0.22 | 0.02 |
HSL | 353.11º | 0.86% | 0.86% | - |
HSV(B) | 353.11º | 0.24% | 0.98% | - |
XYZ | 67.59 | 60.7 | 60.38 | - |
YUV | 208.04 | 121.21 | 157.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 189 | 196 | 0 | 0.24 | 0.22 | 0.02 | 353.11 | 0.86 | 0.86 |
Hex | FA | BD | C4 | 0 | 18 | 16 | 2 | 161 | 56 | 56 |
Octal | 372 | 275 | 304 | 0 | 30 | 26 | 2 | 541 | 126 | 126 |
Binary | 11111010 | 10111101 | 11000100 | 0 | 11000 | 10110 | 10 | 101100001 | 1010110 | 1010110 |
Color Harmonies of #FABDC4
Complementary color
Monochromatic Colors of #FABDC4
Black with #FABDC4
Text Example
Text Example
White with #FABDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDC4; }
p { color: rgb(250,189,196); }
H1.HeaderClassName
{
color: #FABDC4;
}
.AnyTagClassName
{
color: #FABDC4;
}
</style>
background-color css
<style>
a { background-color: #FABDC4; }
a { background-color: rgb(250,189,196); }
div.DivClassName
{
background-color: #FABDC4;
}
.BgClassName
{
background-color: #FABDC4;
}
</style>
border-color css
<style>
span { border-color: #FABDC4; }
span { border-color: rgb(250,189,196); }
td.TdClassName
{
border-color: #FABDC4;
}
.TagClassName
{
border-color: #FABDC4;
}
</style>