#FACCC3

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

Shades of Coral Candy #FACCC3

Tints of Coral Candy #FACCC3

Color information

#FACCC3 (or 0xFACCC3) is unknown color: approx Coral Candy. HEX triplet: FA, CC and C3. RGB value is (250,204,195). Sum of RGB (Red+Green+Blue) = 250+204+195=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC3 is #05333C. Grayscale: #D8D8D8. Windows color (decimal): -340797 or 12831994. OLE color: 12831994.

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

Color convert

RGB250204195-
CMYK00.180.220.02
HSL9.82º84.62%87.25%-
HSV(B)9.82º22%98.04%-
XYZ70.8767.4560.91-
YUV216.73115.74151.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 195 (76.56% from 255) = 30.05%
R=38.52%
G=31.43%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020419500.180.220.029.8284.6287.25
HexFACCC3012162a5557
Octal37231430302226212125127
Binary1111101011001100110000110100101011010101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCC3; }

 p { color: rgb(250,204,195); }

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

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

 a { background-color: rgb(250,204,195); }

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

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

 span { border-color: rgb(250,204,195); }

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