#FFC8A5

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

Shades of Peach #FFC8A5

Tints of Peach #FFC8A5

Color information

#FFC8A5 (or 0xFFC8A5) is unknown color: approx Peach. HEX triplet: FF, C8 and A5. RGB value is (255,200,165). Sum of RGB (Red+Green+Blue) = 255+200+165=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8A5 is #00375A. Grayscale: #D4D4D4. Windows color (decimal): -14171 or 10864895. OLE color: 10864895.

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

Color convert

RGB255200165-
CMYK00.220.350
HSL23.33º100%82.35%-
HSV(B)23.33º35.29%100%-
XYZ68.6965.2944.58-
YUV212.46101.22158.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 165 (64.84% from 255) = 26.61%
R=41.13%
G=32.26%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520016500.220.35023.3310082.35
HexFFC8A5016230176452
Octal37731024502643027144122
Binary11111111110010001010010101011010001101011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8A5; }

 p { color: rgb(255,200,165); }

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

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

 a { background-color: rgb(255,200,165); }

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

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

 span { border-color: rgb(255,200,165); }

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