#FCBDC4

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

Shades of Azalea #FCBDC4

Tints of Azalea #FCBDC4

Color information

#FCBDC4 (or 0xFCBDC4) is unknown color: approx Azalea. HEX triplet: FC, BD and C4. RGB value is (252,189,196). Sum of RGB (Red+Green+Blue) = 252+189+196=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC4 is #03423B. Grayscale: #D0D0D0. Windows color (decimal): -213564 or 12893692. OLE color: 12893692.

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

Color convert

RGB252189196-
CMYK00.250.220.01
HSL353.33º91.3%86.47%-
HSV(B)353.33º25%98.82%-
XYZ68.3161.0860.41-
YUV208.64120.87158.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=39.56%
G=29.67%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218919600.250.220.01353.3391.386.47
HexFCBDC40191611615b56
Octal374275304031261541133126
Binary11111100101111011100010001100110110110110000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDC4; }

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

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

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

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

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

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

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

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