#FACFC7

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

Shades of Coral Candy #FACFC7

Tints of Coral Candy #FACFC7

Color information

#FACFC7 (or 0xFACFC7) is unknown color: approx Coral Candy. HEX triplet: FA, CF and C7. RGB value is (250,207,199). Sum of RGB (Red+Green+Blue) = 250+207+199=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC7 is #053038. Grayscale: #DBDBDB. Windows color (decimal): -340025 or 13094906. OLE color: 13094906.

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

Color convert

RGB250207199-
CMYK00.170.200.02
HSL9.41º83.61%88.04%-
HSV(B)9.41º20.4%98.04%-
XYZ72.0569.0763.57-
YUV218.94116.75150.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 199 (78.12% from 255) = 30.34%
R=38.11%
G=31.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020719900.170.200.029.4183.6188.04
HexFACFC701114295458
Octal37231730702124211124130
Binary1111101011001111110001110100011010010100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFC7; }

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

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

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

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

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

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

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

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