#FFC8A9

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

Shades of Peach #FFC8A9

Tints of Peach #FFC8A9

Color information

#FFC8A9 (or 0xFFC8A9) is unknown color: approx Peach. HEX triplet: FF, C8 and A9. RGB value is (255,200,169). Sum of RGB (Red+Green+Blue) = 255+200+169=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8A9 is #003756. Grayscale: #D5D5D5. Windows color (decimal): -14167 or 11127039. OLE color: 11127039.

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

Color convert

RGB255200169-
CMYK00.220.340
HSL21.63º100%83.14%-
HSV(B)21.63º33.73%100%-
XYZ69.0665.4346.53-
YUV212.91103.22158.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 169 (66.41% from 255) = 27.08%
R=40.87%
G=32.05%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520016900.220.34021.6310083.14
HexFFC8A9016220166453
Octal37731025102642026144123
Binary11111111110010001010100101011010001001011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8A9; }

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

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

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

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

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

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

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

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