#FACEC3

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

Shades of Coral Candy #FACEC3

Tints of Coral Candy #FACEC3

Color information

#FACEC3 (or 0xFACEC3) is unknown color: approx Coral Candy. HEX triplet: FA, CE and C3. RGB value is (250,206,195). Sum of RGB (Red+Green+Blue) = 250+206+195=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC3 is #05313C. Grayscale: #D9D9D9. Windows color (decimal): -340285 or 12832506. OLE color: 12832506.

HSL color Cylindrical-coordinate representation of color #FACEC3: hue angle of 12º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FACEC3 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250206195-
CMYK00.180.220.02
HSL12º84.62%87.25%-
HSV(B)12º22%98.04%-
XYZ71.3568.4161.07-
YUV217.9115.08150.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 195 (76.56% from 255) = 29.95%
R=38.40%
G=31.64%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020619500.180.220.021284.6287.25
HexFACEC3012162c5557
Octal37231630302226214125127
Binary1111101011001110110000110100101011010110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEC3; }

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

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

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

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

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

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

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

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