#FCDFAC

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

Shades of Peach-Yellow #FCDFAC

Tints of Peach-Yellow #FCDFAC

Color information

#FCDFAC (or 0xFCDFAC) is unknown color: approx Peach-Yellow. HEX triplet: FC, DF and AC. RGB value is (252,223,172). Sum of RGB (Red+Green+Blue) = 252+223+172=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFAC is #032053. Grayscale: #E2E2E2. Windows color (decimal): -204884 or 11329532. OLE color: 11329532.

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

Color convert

RGB252223172-
CMYK00.120.320.01
HSL38.25º93.02%83.14%-
HSV(B)38.25º31.75%98.82%-
XYZ73.9876.4549.89-
YUV225.8697.61146.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 223 (87.5% from 255) = 34.47%
BLUE value IS 172 (67.58% from 255) = 26.58%
R=38.95%
G=34.47%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222317200.120.320.0138.2593.0283.14
HexFCDFAC0C201265d53
Octal37433725401440146135123
Binary11111100110111111010110001100100000110011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFAC; }

 p { color: rgb(252,223,172); }

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

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

 a { background-color: rgb(252,223,172); }

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

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

 span { border-color: rgb(252,223,172); }

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