#FACFC8

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

Shades of Coral Candy #FACFC8

Tints of Coral Candy #FACFC8

Color information

#FACFC8 (or 0xFACFC8) is unknown color: approx Coral Candy. HEX triplet: FA, CF and C8. RGB value is (250,207,200). Sum of RGB (Red+Green+Blue) = 250+207+200=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC8 is #053037. Grayscale: #DBDBDB. Windows color (decimal): -340024 or 13160442. OLE color: 13160442.

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

Color convert

RGB250207200-
CMYK00.170.20.02
HSL8.4º83.33%88.24%-
HSV(B)8.4º20%98.04%-
XYZ72.1669.1264.18-
YUV219.06117.25150.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=38.05%
G=31.51%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020720000.170.20.028.483.3388.24
HexFACFC801114285358
Octal37231731002124210123130
Binary1111101011001111110010000100011010010100010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFC8; }

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

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

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

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

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

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

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

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