#FAC9C4

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

Shades of Coral Candy #FAC9C4

Tints of Coral Candy #FAC9C4

Color information

#FAC9C4 (or 0xFAC9C4) is unknown color: approx Coral Candy. HEX triplet: FA, C9 and C4. RGB value is (250,201,196). Sum of RGB (Red+Green+Blue) = 250+201+196=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9C4 is #05363B. Grayscale: #D7D7D7. Windows color (decimal): -341564 or 12896762. OLE color: 12896762.

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

Color convert

RGB250201196-
CMYK00.200.220.02
HSL5.56º84.38%87.45%-
HSV(B)5.56º21.6%98.04%-
XYZ70.2766.0861.28-
YUV215.08117.23152.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 201 (78.91% from 255) = 31.07%
BLUE value IS 196 (76.95% from 255) = 30.29%
R=38.64%
G=31.07%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020119600.200.220.025.5684.3887.45
HexFAC9C401416265457
Octal3723113040242626124127
Binary111110101100100111000100010100101101011010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9C4; }

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

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

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

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

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

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

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

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