#FACBCC

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

Shades of Azalea #FACBCC

Tints of Azalea #FACBCC

Color information

#FACBCC (or 0xFACBCC) is unknown color: approx Azalea. HEX triplet: FA, CB and CC. RGB value is (250,203,204). Sum of RGB (Red+Green+Blue) = 250+203+204=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBCC is #053433. Grayscale: #D9D9D9. Windows color (decimal): -341044 or 13421562. OLE color: 13421562.

HSL color Cylindrical-coordinate representation of color #FACBCC: hue angle of 358.72º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBCC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250203204-
CMYK00.190.180.02
HSL358.72º82.46%88.82%-
HSV(B)358.72º18.8%98.04%-
XYZ71.6867.466.36-
YUV217.17120.57151.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=38.05%
G=30.90%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020320400.190.180.02358.7282.4688.82
HexFACBCC0131221675259
Octal372313314023222547122131
Binary111110101100101111001100010011100101010110011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBCC; }

 p { color: rgb(250,203,204); }

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

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

 a { background-color: rgb(250,203,204); }

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

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

 span { border-color: rgb(250,203,204); }

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