#FCBCBF

Color #FCBCBF Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #FCBCBF

Tints of Azalea #FCBCBF

Color information

#FCBCBF (or 0xFCBCBF) is unknown color: approx Azalea. HEX triplet: FC, BC and BF. RGB value is (252,188,191). Sum of RGB (Red+Green+Blue) = 252+188+191=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCBF is #034340. Grayscale: #CFCFCF. Windows color (decimal): -213825 or 12565756. OLE color: 12565756.

HSL color Cylindrical-coordinate representation of color #FCBCBF: hue angle of 357.19º 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 #FCBCBF is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252188191-
CMYK00.250.240.01
HSL357.19º91.43%86.27%-
HSV(B)357.19º25.4%98.82%-
XYZ67.5360.4257.39-
YUV207.48118.7159.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 191 (75% from 255) = 30.27%
R=39.94%
G=29.79%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218819100.250.240.01357.1991.4386.27
HexFCBCBF0191811655b56
Octal374274277031301545133126
Binary11111100101111001011111101100111000110110010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCBF; }

 p { color: rgb(252,188,191); }

 H1.HeaderClassName
 {
   color: #FCBCBF;
 }
 .AnyTagClassName
 {
   color: #FCBCBF;
 }
</style>
background-color css

<style>
 a { background-color: #FCBCBF; }

 a { background-color: rgb(252,188,191); }

 div.DivClassName
 {
   background-color: #FCBCBF;
 }
 .BgClassName
 {
   background-color: #FCBCBF;
 }
</style>
border-color css

<style>
 span { border-color: #FCBCBF; }

 span { border-color: rgb(252,188,191); }

 td.TdClassName
 {
   border-color: #FCBCBF;
 }
 .TagClassName
 {
   border-color: #FCBCBF;
 }
</style>