Shades of Azalea #FCBDC4
Tints of Azalea #FCBDC4
RGB
CMYK
RGB Variations
Color information
#FCBDC4 (or 0xFCBDC4) is known color: Azalea. HEX triplet: FC, BD and C4. RGB value is (252,189,196). Sum of RGB (Red+Green+Blue) = 252+189+196=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC4 is #03423B. Grayscale: #D0D0D0. Windows color (decimal): -213564 or 12893692. OLE color: 12893692.
HSL color Cylindrical-coordinate representation of color #FCBDC4: hue angle of 353.33º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBDC4 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 196 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.01 |
| HSL | 353.33º | 0.91% | 0.86% | - |
| HSV(B) | 353.33º | 0.25% | 0.99% | - |
| XYZ | 68.31 | 61.08 | 60.41 | - |
| YUV | 208.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 196 | 0 | 0.25 | 0.22 | 0.01 | 353.33 | 0.91 | 0.86 |
| Hex | FC | BD | C4 | 0 | 19 | 16 | 1 | 161 | 5B | 56 |
| Octal | 374 | 275 | 304 | 0 | 31 | 26 | 1 | 541 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11000100 | 0 | 11001 | 10110 | 1 | 101100001 | 1011011 | 1010110 |
Color Harmonies of #FCBDC4
Complementary color
Monochromatic Colors of #FCBDC4
Black with #FCBDC4
Text Example
Text Example
White with #FCBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDC4; }
p { color: rgb(252,189,196); }
H1.HeaderClassName
{
color: #FCBDC4;
}
.AnyTagClassName
{
color: #FCBDC4;
}
</style>
background-color css
<style>
a { background-color: #FCBDC4; }
a { background-color: rgb(252,189,196); }
div.DivClassName
{
background-color: #FCBDC4;
}
.BgClassName
{
background-color: #FCBDC4;
}
</style>
border-color css
<style>
span { border-color: #FCBDC4; }
span { border-color: rgb(252,189,196); }
td.TdClassName
{
border-color: #FCBDC4;
}
.TagClassName
{
border-color: #FCBDC4;
}
</style>