#FECCA1

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

Shades of Peach #FECCA1

Tints of Peach #FECCA1

Color information

#FECCA1 (or 0xFECCA1) is unknown color: approx Peach. HEX triplet: FE, CC and A1. RGB value is (254,204,161). Sum of RGB (Red+Green+Blue) = 254+204+161=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCA1 is #01335E. Grayscale: #D6D6D6. Windows color (decimal): -78687 or 10603774. OLE color: 10603774.

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

Color convert

RGB254204161-
CMYK00.200.370.00
HSL27.74º97.89%81.37%-
HSV(B)27.74º36.61%99.61%-
XYZ68.966.8342.99-
YUV214.0598.06156.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 161 (63.28% from 255) = 26.01%
R=41.03%
G=32.96%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420416100.200.370.0027.7497.8981.37
HexFECCA10142501c6251
Octal37631424102445034142121
Binary11111110110011001010000101010010010101110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCA1; }

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

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

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

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

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

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

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

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