#FCBCC3

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

Shades of Azalea #FCBCC3

Tints of Azalea #FCBCC3

Color information

#FCBCC3 (or 0xFCBCC3) is unknown color: approx Azalea. HEX triplet: FC, BC and C3. RGB value is (252,188,195). Sum of RGB (Red+Green+Blue) = 252+188+195=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC3 is #03433C. Grayscale: #CFCFCF. Windows color (decimal): -213821 or 12827900. OLE color: 12827900.

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

Color convert

RGB252188195-
CMYK00.250.230.01
HSL353.44º91.43%86.27%-
HSV(B)353.44º25.4%98.82%-
XYZ67.9860.659.74-
YUV207.93120.7159.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=39.69%
G=29.61%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218819500.250.230.01353.4491.4386.27
HexFCBCC30191711615b56
Octal374274303031271541133126
Binary11111100101111001100001101100110111110110000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCC3; }

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

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

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

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

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

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

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

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