Shades of Azalea #FCBFC3
Tints of Azalea #FCBFC3
RGB
CMYK
RGB Variations
Color information
#FCBFC3 (or 0xFCBFC3) is known color: Azalea. HEX triplet: FC, BF and C3. RGB value is (252,191,195). Sum of RGB (Red+Green+Blue) = 252+191+195=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC3 is #03403C. Grayscale: #D1D1D1. Windows color (decimal): -213053 or 12828668. OLE color: 12828668.
HSL color Cylindrical-coordinate representation of color #FCBFC3: hue angle of 356.07º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFC3 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 191 | 195 | - |
CMYK | 0 | 0.24 | 0.23 | 0.01 |
HSL | 356.07º | 0.91% | 0.87% | - |
HSV(B) | 356.07º | 0.24% | 0.99% | - |
XYZ | 68.63 | 61.9 | 59.96 | - |
YUV | 209.7 | 119.71 | 158.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 191 | 195 | 0 | 0.24 | 0.23 | 0.01 | 356.07 | 0.91 | 0.87 |
Hex | FC | BF | C3 | 0 | 18 | 17 | 1 | 164 | 5B | 57 |
Octal | 374 | 277 | 303 | 0 | 30 | 27 | 1 | 544 | 133 | 127 |
Binary | 11111100 | 10111111 | 11000011 | 0 | 11000 | 10111 | 1 | 101100100 | 1011011 | 1010111 |
Color Harmonies of #FCBFC3
Complementary color
Monochromatic Colors of #FCBFC3
Black with #FCBFC3
Text Example
Text Example
White with #FCBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFC3; }
p { color: rgb(252,191,195); }
H1.HeaderClassName
{
color: #FCBFC3;
}
.AnyTagClassName
{
color: #FCBFC3;
}
</style>
background-color css
<style>
a { background-color: #FCBFC3; }
a { background-color: rgb(252,191,195); }
div.DivClassName
{
background-color: #FCBFC3;
}
.BgClassName
{
background-color: #FCBFC3;
}
</style>
border-color css
<style>
span { border-color: #FCBFC3; }
span { border-color: rgb(252,191,195); }
td.TdClassName
{
border-color: #FCBFC3;
}
.TagClassName
{
border-color: #FCBFC3;
}
</style>