#FDCFA4

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

Shades of Peach #FDCFA4

Tints of Peach #FDCFA4

Color information

#FDCFA4 (or 0xFDCFA4) is unknown color: approx Peach. HEX triplet: FD, CF and A4. RGB value is (253,207,164). Sum of RGB (Red+Green+Blue) = 253+207+164=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 164 (64.45% from 255 or 26.28% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFA4 is #02305B. Grayscale: #D8D8D8. Windows color (decimal): -143452 or 10801149. OLE color: 10801149.

HSL color Cylindrical-coordinate representation of color #FDCFA4: hue angle of 28.99º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDCFA4 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253207164-
CMYK00.180.350.01
HSL28.99º95.7%81.76%-
HSV(B)28.99º35.18%99.22%-
XYZ69.5268.1944.62-
YUV215.8598.74154.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 164 (64.45% from 255) = 26.28%
R=40.54%
G=33.17%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320716400.180.350.0128.9995.781.76
HexFDCFA40122311d6052
Octal37531724402243135140122
Binary11111101110011111010010001001010001111110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFA4; }

 p { color: rgb(253,207,164); }

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

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

 a { background-color: rgb(253,207,164); }

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

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

 span { border-color: rgb(253,207,164); }

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