#FECFC3

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

Shades of Coral Candy #FECFC3

Tints of Coral Candy #FECFC3

Color information

#FECFC3 (or 0xFECFC3) is unknown color: approx Coral Candy. HEX triplet: FE, CF and C3. RGB value is (254,207,195). Sum of RGB (Red+Green+Blue) = 254+207+195=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC3 is #01303C. Grayscale: #DBDBDB. Windows color (decimal): -77885 or 12832766. OLE color: 12832766.

HSL color Cylindrical-coordinate representation of color #FECFC3: hue angle of 12.2º 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 #FECFC3 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254207195-
CMYK00.190.230.00
HSL12.2º96.72%88.04%-
HSV(B)12.2º23.23%99.61%-
XYZ73.0469.6461.22-
YUV219.68114.07152.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 195 (76.56% from 255) = 29.73%
R=38.72%
G=31.55%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420719500.190.230.0012.296.7288.04
HexFECFC3013170c6158
Octal37631730302327014141130
Binary111111101100111111000011010011101110110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFC3; }

 p { color: rgb(254,207,195); }

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

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

 a { background-color: rgb(254,207,195); }

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

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

 span { border-color: rgb(254,207,195); }

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