#FACEC4

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

Shades of Coral Candy #FACEC4

Tints of Coral Candy #FACEC4

Color information

#FACEC4 (or 0xFACEC4) is unknown color: approx Coral Candy. HEX triplet: FA, CE and C4. RGB value is (250,206,196). Sum of RGB (Red+Green+Blue) = 250+206+196=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC4 is #05313B. Grayscale: #DADADA. Windows color (decimal): -340284 or 12898042. OLE color: 12898042.

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

Color convert

RGB250206196-
CMYK00.180.220.02
HSL11.11º84.38%87.45%-
HSV(B)11.11º21.6%98.04%-
XYZ71.4668.4561.67-
YUV218.02115.58150.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=38.34%
G=31.60%
B=30.06%

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
Decimal25020619600.180.220.0211.1184.3887.45
HexFACEC4012162b5457
Octal37231630402226213124127
Binary1111101011001110110001000100101011010101110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEC4; }

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

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

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

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

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

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

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

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