#FDC4AA

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

Shades of Peach #FDC4AA

Tints of Peach #FDC4AA

Color information

#FDC4AA (or 0xFDC4AA) is unknown color: approx Peach. HEX triplet: FD, C4 and AA. RGB value is (253,196,170). Sum of RGB (Red+Green+Blue) = 253+196+170=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4AA is #023B55. Grayscale: #D2D2D2. Windows color (decimal): -146262 or 11191549. OLE color: 11191549.

HSL color Cylindrical-coordinate representation of color #FDC4AA: hue angle of 18.8º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDC4AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253196170-
CMYK00.230.330.01
HSL18.8º95.4%82.94%-
HSV(B)18.8º32.81%99.22%-
XYZ67.563.2646.68-
YUV210.08105.38158.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=40.87%
G=31.66%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319617000.230.330.0118.895.482.94
HexFDC4AA017211135f53
Octal37530425202741123137123
Binary11111101110001001010101001011110000111001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4AA; }

 p { color: rgb(253,196,170); }

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

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

 a { background-color: rgb(253,196,170); }

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

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

 span { border-color: rgb(253,196,170); }

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