#FECAC8

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

Shades of Coral Candy #FECAC8

Tints of Coral Candy #FECAC8

Color information

#FECAC8 (or 0xFECAC8) is unknown color: approx Coral Candy. HEX triplet: FE, CA and C8. RGB value is (254,202,200). Sum of RGB (Red+Green+Blue) = 254+202+200=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC8 is #013537. Grayscale: #D9D9D9. Windows color (decimal): -79160 or 13159166. OLE color: 13159166.

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

Color convert

RGB254202200-
CMYK00.200.210.00
HSL2.22º96.43%89.02%-
HSV(B)2.22º21.26%99.61%-
XYZ72.4267.4863.85-
YUV217.32118.23154.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 200 (78.52% from 255) = 30.49%
R=38.72%
G=30.79%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420220000.200.210.002.2296.4389.02
HexFECAC801415026059
Octal3763123100242502140131
Binary1111111011001010110010000101001010101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC8; }

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

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

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

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

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

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

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

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