#FDCCAA

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

Shades of Peach #FDCCAA

Tints of Peach #FDCCAA

Color information

#FDCCAA (or 0xFDCCAA) is unknown color: approx Peach. HEX triplet: FD, CC and AA. RGB value is (253,204,170). Sum of RGB (Red+Green+Blue) = 253+204+170=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAA is #023355. Grayscale: #D6D6D6. Windows color (decimal): -144214 or 11193597. OLE color: 11193597.

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

Color convert

RGB253204170-
CMYK00.190.330.01
HSL24.58º95.4%82.94%-
HSV(B)24.58º32.81%99.22%-
XYZ69.3666.9747.3-
YUV214.77102.73155.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=40.35%
G=32.54%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320417000.190.330.0124.5895.482.94
HexFDCCAA013211195f53
Octal37531425202341131137123
Binary11111101110011001010101001001110000111100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCAA; }

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

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

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

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

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

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

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

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