#F8CCA6

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

Shades of Peach #F8CCA6

Tints of Peach #F8CCA6

Color information

#F8CCA6 (or 0xF8CCA6) is unknown color: approx Peach. HEX triplet: F8, CC and A6. RGB value is (248,204,166). Sum of RGB (Red+Green+Blue) = 248+204+166=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CCA6 is #073359. Grayscale: #D5D5D5. Windows color (decimal): -471898 or 10931448. OLE color: 10931448.

HSL color Cylindrical-coordinate representation of color #F8CCA6: hue angle of 27.8º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8CCA6 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB248204166-
CMYK00.180.330.03
HSL27.8º85.42%81.18%-
HSV(B)27.8º33.06%97.25%-
XYZ67.1965.945.25-
YUV212.82101.58153.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 166 (65.23% from 255) = 26.86%
R=40.13%
G=33.01%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820416600.180.330.0327.885.4281.18
HexF8CCA60122131c5551
Octal37031424602241334125121
Binary111110001100110010100110010010100001111110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCA6; }

 p { color: rgb(248,204,166); }

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

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

 a { background-color: rgb(248,204,166); }

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

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

 span { border-color: rgb(248,204,166); }

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