#FECCC4

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

Shades of Coral Candy #FECCC4

Tints of Coral Candy #FECCC4

Color information

#FECCC4 (or 0xFECCC4) is unknown color: approx Coral Candy. HEX triplet: FE, CC and C4. RGB value is (254,204,196). Sum of RGB (Red+Green+Blue) = 254+204+196=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC4 is #01333B. Grayscale: #DADADA. Windows color (decimal): -78652 or 12897534. OLE color: 12897534.

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

Color convert

RGB254204196-
CMYK00.200.230.00
HSL8.28º96.67%88.24%-
HSV(B)8.28º22.83%99.61%-
XYZ72.4368.2461.58-
YUV218.04115.56153.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=38.84%
G=31.19%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420419600.200.230.008.2896.6788.24
HexFECCC401417086158
Octal37631430402427010141130
Binary111111101100110011000100010100101110100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCC4; }

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

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

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

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

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

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

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

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