#FACEC6

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

Shades of Coral Candy #FACEC6

Tints of Coral Candy #FACEC6

Color information

#FACEC6 (or 0xFACEC6) is unknown color: approx Coral Candy. HEX triplet: FA, CE and C6. RGB value is (250,206,198). Sum of RGB (Red+Green+Blue) = 250+206+198=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC6 is #053139. Grayscale: #DADADA. Windows color (decimal): -340282 or 13029114. OLE color: 13029114.

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

Color convert

RGB250206198-
CMYK00.180.210.02
HSL9.23º83.87%87.84%-
HSV(B)9.23º20.8%98.04%-
XYZ71.6968.5462.88-
YUV218.24116.58150.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=38.23%
G=31.50%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020619800.180.210.029.2383.8787.84
HexFACEC601215295458
Octal37231630602225211124130
Binary1111101011001110110001100100101010110100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEC6; }

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

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

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

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

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

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

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

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