#FACEC9

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

Shades of Coral Candy #FACEC9

Tints of Coral Candy #FACEC9

Color information

#FACEC9 (or 0xFACEC9) is unknown color: approx Coral Candy. HEX triplet: FA, CE and C9. RGB value is (250,206,201). Sum of RGB (Red+Green+Blue) = 250+206+201=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC9 is #053136. Grayscale: #DADADA. Windows color (decimal): -340279 or 13225722. OLE color: 13225722.

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

Color convert

RGB250206201-
CMYK00.180.200.02
HSL6.12º83.05%88.43%-
HSV(B)6.12º19.6%98.04%-
XYZ72.0468.6864.72-
YUV218.59118.08150.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=38.05%
G=31.35%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020620100.180.200.026.1283.0588.43
HexFACEC901214265358
Octal3723163110222426123130
Binary111110101100111011001001010010101001011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEC9; }

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

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

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

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

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

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

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

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