#FCCFA7

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

Shades of Peach #FCCFA7

Tints of Peach #FCCFA7

Color information

#FCCFA7 (or 0xFCCFA7) is unknown color: approx Peach. HEX triplet: FC, CF and A7. RGB value is (252,207,167). Sum of RGB (Red+Green+Blue) = 252+207+167=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFA7 is #033058. Grayscale: #D8D8D8. Windows color (decimal): -208985 or 10997756. OLE color: 10997756.

HSL color Cylindrical-coordinate representation of color #FCCFA7: hue angle of 28.24º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCCFA7 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252207167-
CMYK00.180.340.01
HSL28.24º93.41%82.16%-
HSV(B)28.24º33.73%98.82%-
XYZ69.4368.1146.05-
YUV215.9100.41153.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 167 (65.62% from 255) = 26.68%
R=40.26%
G=33.07%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220716700.180.340.0128.2493.4182.16
HexFCCFA70122211c5d52
Octal37431724702242134135122
Binary11111100110011111010011101001010001011110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFA7; }

 p { color: rgb(252,207,167); }

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

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

 a { background-color: rgb(252,207,167); }

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

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

 span { border-color: rgb(252,207,167); }

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