#FCCDA7

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

Shades of Peach #FCCDA7

Tints of Peach #FCCDA7

Color information

#FCCDA7 (or 0xFCCDA7) is unknown color: approx Peach. HEX triplet: FC, CD and A7. RGB value is (252,205,167). Sum of RGB (Red+Green+Blue) = 252+205+167=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 167 (65.62% from 255 or 26.76% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDA7 is #033258. Grayscale: #D6D6D6. Windows color (decimal): -209497 or 10997244. OLE color: 10997244.

HSL color Cylindrical-coordinate representation of color #FCCDA7: hue angle of 26.82º 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 #FCCDA7 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252205167-
CMYK00.190.340.01
HSL26.82º93.41%82.16%-
HSV(B)26.82º33.73%98.82%-
XYZ68.9567.1545.89-
YUV214.72101.07154.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 167 (65.62% from 255) = 26.76%
R=40.38%
G=32.85%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220516700.190.340.0126.8293.4182.16
HexFCCDA70132211b5d52
Octal37431524702342133135122
Binary11111100110011011010011101001110001011101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDA7; }

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

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

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

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

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

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

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

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