#FECCC5

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

Shades of Coral Candy #FECCC5

Tints of Coral Candy #FECCC5

Color information

#FECCC5 (or 0xFECCC5) is unknown color: approx Coral Candy. HEX triplet: FE, CC and C5. RGB value is (254,204,197). Sum of RGB (Red+Green+Blue) = 254+204+197=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC5 is #01333A. Grayscale: #DADADA. Windows color (decimal): -78651 or 12963070. OLE color: 12963070.

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

Color convert

RGB254204197-
CMYK00.200.220.00
HSL7.37º96.61%88.43%-
HSV(B)7.37º22.44%99.61%-
XYZ72.5468.2962.18-
YUV218.15116.06153.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=38.78%
G=31.15%
B=30.08%

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
Decimal25420419700.200.220.007.3796.6188.43
HexFECCC501416076158
Octal3763143050242607141130
Binary11111110110011001100010101010010110011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCC5; }

 p { color: rgb(254,204,197); }

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

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

 a { background-color: rgb(254,204,197); }

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

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

 span { border-color: rgb(254,204,197); }

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