Shades of Azalea #FCBDC3
Tints of Azalea #FCBDC3
RGB
CMYK
RGB Variations
Color information
#FCBDC3 (or 0xFCBDC3) is known color: Azalea. HEX triplet: FC, BD and C3. RGB value is (252,189,195). Sum of RGB (Red+Green+Blue) = 252+189+195=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC3 is #03423C. Grayscale: #D0D0D0. Windows color (decimal): -213565 or 12828156. OLE color: 12828156.
HSL color Cylindrical-coordinate representation of color #FCBDC3: hue angle of 354.29º 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 #FCBDC3 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 195 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.01 |
| HSL | 354.29º | 0.91% | 0.86% | - |
| HSV(B) | 354.29º | 0.25% | 0.99% | - |
| XYZ | 68.19 | 61.03 | 59.82 | - |
| YUV | 208.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 195 | 0 | 0.25 | 0.23 | 0.01 | 354.29 | 0.91 | 0.86 |
| Hex | FC | BD | C3 | 0 | 19 | 17 | 1 | 162 | 5B | 56 |
| Octal | 374 | 275 | 303 | 0 | 31 | 27 | 1 | 542 | 133 | 126 |
| Binary | 11111100 | 10111101 | 11000011 | 0 | 11001 | 10111 | 1 | 101100010 | 1011011 | 1010110 |
Color Harmonies of #FCBDC3
Complementary color
Monochromatic Colors of #FCBDC3
Black with #FCBDC3
Text Example
Text Example
White with #FCBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDC3; }
p { color: rgb(252,189,195); }
H1.HeaderClassName
{
color: #FCBDC3;
}
.AnyTagClassName
{
color: #FCBDC3;
}
</style>
background-color css
<style>
a { background-color: #FCBDC3; }
a { background-color: rgb(252,189,195); }
div.DivClassName
{
background-color: #FCBDC3;
}
.BgClassName
{
background-color: #FCBDC3;
}
</style>
border-color css
<style>
span { border-color: #FCBDC3; }
span { border-color: rgb(252,189,195); }
td.TdClassName
{
border-color: #FCBDC3;
}
.TagClassName
{
border-color: #FCBDC3;
}
</style>