#FACAC7

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

Shades of Coral Candy #FACAC7

Tints of Coral Candy #FACAC7

Color information

#FACAC7 (or 0xFACAC7) is unknown color: approx Coral Candy. HEX triplet: FA, CA and C7. RGB value is (250,202,199). Sum of RGB (Red+Green+Blue) = 250+202+199=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC7 is #053538. Grayscale: #D8D8D8. Windows color (decimal): -341305 or 13093626. OLE color: 13093626.

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

Color convert

RGB250202199-
CMYK00.190.200.02
HSL3.53º83.61%88.04%-
HSV(B)3.53º20.4%98.04%-
XYZ70.8566.6963.17-
YUV216.01118.4152.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 199 (78.12% from 255) = 30.57%
R=38.40%
G=31.03%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020219900.190.200.023.5383.6188.04
HexFACAC701314245458
Octal3723123070232424124130
Binary111110101100101011000111010011101001010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAC7; }

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

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

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

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

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

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

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

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