#FACBCE

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

Shades of Azalea #FACBCE

Tints of Azalea #FACBCE

Color information

#FACBCE (or 0xFACBCE) is unknown color: approx Azalea. HEX triplet: FA, CB and CE. RGB value is (250,203,206). Sum of RGB (Red+Green+Blue) = 250+203+206=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBCE is #053431. Grayscale: #D9D9D9. Windows color (decimal): -341042 or 13552634. OLE color: 13552634.

HSL color Cylindrical-coordinate representation of color #FACBCE: hue angle of 356.17º 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 #FACBCE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250203206-
CMYK00.190.180.02
HSL356.17º82.46%88.82%-
HSV(B)356.17º18.8%98.04%-
XYZ71.9267.4967.63-
YUV217.4121.57151.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=37.94%
G=30.80%
B=31.26%

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
Decimal25020320600.190.180.02356.1782.4688.82
HexFACBCE0131221645259
Octal372313316023222544122131
Binary111110101100101111001110010011100101010110010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBCE; }

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

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

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

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

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

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

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

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