#FFC8A6

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

Shades of Peach #FFC8A6

Tints of Peach #FFC8A6

Color information

#FFC8A6 (or 0xFFC8A6) is unknown color: approx Peach. HEX triplet: FF, C8 and A6. RGB value is (255,200,166). Sum of RGB (Red+Green+Blue) = 255+200+166=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8A6 is #003759. Grayscale: #D4D4D4. Windows color (decimal): -14170 or 10930431. OLE color: 10930431.

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

Color convert

RGB255200166-
CMYK00.220.350
HSL22.92º100%82.55%-
HSV(B)22.92º34.9%100%-
XYZ68.7865.3245.06-
YUV212.57101.72158.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 166 (65.23% from 255) = 26.73%
R=41.06%
G=32.21%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520016600.220.35022.9210082.55
HexFFC8A6016230176453
Octal37731024602643027144123
Binary11111111110010001010011001011010001101011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8A6; }

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

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

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

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

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

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

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

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