#FAC7CA

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

Shades of Azalea #FAC7CA

Tints of Azalea #FAC7CA

Color information

#FAC7CA (or 0xFAC7CA) is unknown color: approx Azalea. HEX triplet: FA, C7 and CA. RGB value is (250,199,202). Sum of RGB (Red+Green+Blue) = 250+199+202=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CA is #053835. Grayscale: #D6D6D6. Windows color (decimal): -342070 or 13289466. OLE color: 13289466.

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

Color convert

RGB250199202-
CMYK00.200.190.02
HSL356.47º83.61%88.04%-
HSV(B)356.47º20.4%98.04%-
XYZ70.5165.4464.79-
YUV214.59120.9153.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 199 (78.12% from 255) = 30.57%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=38.40%
G=30.57%
B=31.03%

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
Decimal25019920200.200.190.02356.4783.6188.04
HexFAC7CA0141321645458
Octal372307312024232544124130
Binary111110101100011111001010010100100111010110010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7CA; }

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

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

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

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

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

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

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

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