#FACACD

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

Shades of Azalea #FACACD

Tints of Azalea #FACACD

Color information

#FACACD (or 0xFACACD) is unknown color: approx Azalea. HEX triplet: FA, CA and CD. RGB value is (250,202,205). Sum of RGB (Red+Green+Blue) = 250+202+205=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACACD is #053532. Grayscale: #D8D8D8. Windows color (decimal): -341299 or 13486842. OLE color: 13486842.

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

Color convert

RGB250202205-
CMYK00.190.180.02
HSL356.25º82.76%88.63%-
HSV(B)356.25º19.2%98.04%-
XYZ71.5666.9766.91-
YUV216.69121.4151.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=38.05%
G=30.75%
B=31.20%

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
Decimal25020220500.190.180.02356.2582.7688.63
HexFACACD0131221645359
Octal372312315023222544123131
Binary111110101100101011001101010011100101010110010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACACD; }

 p { color: rgb(250,202,205); }

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

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

 a { background-color: rgb(250,202,205); }

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

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

 span { border-color: rgb(250,202,205); }

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