#FAC8CA

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

Shades of Azalea #FAC8CA

Tints of Azalea #FAC8CA

Color information

#FAC8CA (or 0xFAC8CA) is unknown color: approx Azalea. HEX triplet: FA, C8 and CA. RGB value is (250,200,202). Sum of RGB (Red+Green+Blue) = 250+200+202=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CA is #053735. Grayscale: #D7D7D7. Windows color (decimal): -341814 or 13289722. OLE color: 13289722.

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

Color convert

RGB250200202-
CMYK00.20.190.02
HSL357.6º83.33%88.24%-
HSV(B)357.6º20%98.04%-
XYZ70.7465.964.87-
YUV215.18120.57152.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 200 (78.52% from 255) = 30.67%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=38.34%
G=30.67%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020020200.20.190.02357.683.3388.24
HexFAC8CA0141321665358
Octal372310312024232546123130
Binary111110101100100011001010010100100111010110011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8CA; }

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

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

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

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

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

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

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

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