#FACAC4

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

Shades of Coral Candy #FACAC4

Tints of Coral Candy #FACAC4

Color information

#FACAC4 (or 0xFACAC4) is unknown color: approx Coral Candy. HEX triplet: FA, CA and C4. RGB value is (250,202,196). Sum of RGB (Red+Green+Blue) = 250+202+196=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC4 is #05353B. Grayscale: #D7D7D7. Windows color (decimal): -341308 or 12897018. OLE color: 12897018.

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

Color convert

RGB250202196-
CMYK00.190.220.02
HSL6.67º84.38%87.45%-
HSV(B)6.67º21.6%98.04%-
XYZ70.5166.5561.35-
YUV215.67116.9152.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 196 (76.95% from 255) = 30.25%
R=38.58%
G=31.17%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020219600.190.220.026.6784.3887.45
HexFACAC401316275457
Octal3723123040232627124127
Binary111110101100101011000100010011101101011110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAC4; }

 p { color: rgb(250,202,196); }

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

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

 a { background-color: rgb(250,202,196); }

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

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

 span { border-color: rgb(250,202,196); }

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