#FACAC6

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

Shades of Coral Candy #FACAC6

Tints of Coral Candy #FACAC6

Color information

#FACAC6 (or 0xFACAC6) is unknown color: approx Coral Candy. HEX triplet: FA, CA and C6. RGB value is (250,202,198). Sum of RGB (Red+Green+Blue) = 250+202+198=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC6 is #053539. Grayscale: #D7D7D7. Windows color (decimal): -341306 or 13028090. OLE color: 13028090.

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

Color convert

RGB250202198-
CMYK00.190.210.02
HSL4.62º83.87%87.84%-
HSV(B)4.62º20.8%98.04%-
XYZ70.7466.6462.56-
YUV215.9117.9152.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 198 (77.73% from 255) = 30.46%
R=38.46%
G=31.08%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020219800.190.210.024.6283.8787.84
HexFACAC601315255458
Octal3723123060232525124130
Binary111110101100101011000110010011101011010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAC6; }

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

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

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

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

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

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

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

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