#FAC9CB

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

Shades of Azalea #FAC9CB

Tints of Azalea #FAC9CB

Color information

#FAC9CB (or 0xFAC9CB) is unknown color: approx Azalea. HEX triplet: FA, C9 and CB. RGB value is (250,201,203). Sum of RGB (Red+Green+Blue) = 250+201+203=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CB is #053634. Grayscale: #D7D7D7. Windows color (decimal): -341557 or 13355514. OLE color: 13355514.

HSL color Cylindrical-coordinate representation of color #FAC9CB: hue angle of 357.55º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9CB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250201203-
CMYK00.200.190.02
HSL357.55º83.05%88.43%-
HSV(B)357.55º19.6%98.04%-
XYZ71.0966.4165.57-
YUV215.88120.73152.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 201 (78.91% from 255) = 30.73%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=38.23%
G=30.73%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020120300.200.190.02357.5583.0588.43
HexFAC9CB0141321665358
Octal372311313024232546123130
Binary111110101100100111001011010100100111010110011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9CB; }

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

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

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

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

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

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

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

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