#FACCC6

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

Shades of Coral Candy #FACCC6

Tints of Coral Candy #FACCC6

Color information

#FACCC6 (or 0xFACCC6) is unknown color: approx Coral Candy. HEX triplet: FA, CC and C6. RGB value is (250,204,198). Sum of RGB (Red+Green+Blue) = 250+204+198=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC6 is #053339. Grayscale: #D9D9D9. Windows color (decimal): -340794 or 13028602. OLE color: 13028602.

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

Color convert

RGB250204198-
CMYK00.180.210.02
HSL6.92º83.87%87.84%-
HSV(B)6.92º20.8%98.04%-
XYZ71.2167.5962.72-
YUV217.07117.24151.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=38.34%
G=31.29%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020419800.180.210.026.9283.8787.84
HexFACCC601215275458
Octal3723143060222527124130
Binary111110101100110011000110010010101011011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCC6; }

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

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

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

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

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

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

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

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