#FCBDBF

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

Shades of Azalea #FCBDBF

Tints of Azalea #FCBDBF

Color information

#FCBDBF (or 0xFCBDBF) is unknown color: approx Azalea. HEX triplet: FC, BD and BF. RGB value is (252,189,191). Sum of RGB (Red+Green+Blue) = 252+189+191=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDBF is #034240. Grayscale: #D0D0D0. Windows color (decimal): -213569 or 12566012. OLE color: 12566012.

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

Color convert

RGB252189191-
CMYK00.250.240.01
HSL358.1º91.3%86.47%-
HSV(B)358.1º25%98.82%-
XYZ67.7560.8557.47-
YUV208.06118.37159.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 191 (75% from 255) = 30.22%
R=39.87%
G=29.91%
B=30.22%

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
Decimal25218919100.250.240.01358.191.386.47
HexFCBDBF0191811665b56
Octal374275277031301546133126
Binary11111100101111011011111101100111000110110011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDBF; }

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

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

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

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

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

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

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

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