#FCBCBD

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

Shades of Azalea #FCBCBD

Tints of Azalea #FCBCBD

Color information

#FCBCBD (or 0xFCBCBD) is unknown color: approx Azalea. HEX triplet: FC, BC and BD. RGB value is (252,188,189). Sum of RGB (Red+Green+Blue) = 252+188+189=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCBD is #034342. Grayscale: #CFCFCF. Windows color (decimal): -213827 or 12434684. OLE color: 12434684.

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

Color convert

RGB252188189-
CMYK00.250.250.01
HSL359.06º91.43%86.27%-
HSV(B)359.06º25.4%98.82%-
XYZ67.3160.3456.24-
YUV207.25117.7159.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=40.06%
G=29.89%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218818900.250.250.01359.0691.4386.27
HexFCBCBD0191911675b56
Octal374274275031311547133126
Binary11111100101111001011110101100111001110110011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCBD; }

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

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

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

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

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

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

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

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