#FECAC6

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

Shades of Coral Candy #FECAC6

Tints of Coral Candy #FECAC6

Color information

#FECAC6 (or 0xFECAC6) is unknown color: approx Coral Candy. HEX triplet: FE, CA and C6. RGB value is (254,202,198). Sum of RGB (Red+Green+Blue) = 254+202+198=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC6 is #013539. Grayscale: #D9D9D9. Windows color (decimal): -79162 or 13028094. OLE color: 13028094.

HSL color Cylindrical-coordinate representation of color #FECAC6: hue angle of 4.29º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECAC6 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254202198-
CMYK00.200.220.00
HSL4.29º96.55%88.63%-
HSV(B)4.29º22.05%99.61%-
XYZ72.1967.3962.63-
YUV217.09117.23154.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=38.84%
G=30.89%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420219800.200.220.004.2996.5588.63
HexFECAC601416046159
Octal3763123060242604141131
Binary11111110110010101100011001010010110010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC6; }

 p { color: rgb(254,202,198); }

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

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

 a { background-color: rgb(254,202,198); }

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

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

 span { border-color: rgb(254,202,198); }

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