#FACFC6

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

Shades of Coral Candy #FACFC6

Tints of Coral Candy #FACFC6

Color information

#FACFC6 (or 0xFACFC6) is unknown color: approx Coral Candy. HEX triplet: FA, CF and C6. RGB value is (250,207,198). Sum of RGB (Red+Green+Blue) = 250+207+198=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC6 is #053039. Grayscale: #DADADA. Windows color (decimal): -340026 or 13029370. OLE color: 13029370.

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

Color convert

RGB250207198-
CMYK00.170.210.02
HSL10.38º83.87%87.84%-
HSV(B)10.38º20.8%98.04%-
XYZ71.9369.0362.96-
YUV218.83116.25150.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=38.17%
G=31.60%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020719800.170.210.0210.3883.8787.84
HexFACFC6011152a5458
Octal37231730602125212124130
Binary1111101011001111110001100100011010110101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFC6; }

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

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

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

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

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

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

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

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