#FCDEAB

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

Shades of Peach-Yellow #FCDEAB

Tints of Peach-Yellow #FCDEAB

Color information

#FCDEAB (or 0xFCDEAB) is unknown color: approx Peach-Yellow. HEX triplet: FC, DE and AB. RGB value is (252,222,171). Sum of RGB (Red+Green+Blue) = 252+222+171=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEAB is #032154. Grayscale: #E1E1E1. Windows color (decimal): -205141 or 11263740. OLE color: 11263740.

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

Color convert

RGB252222171-
CMYK00.120.320.01
HSL37.78º93.1%82.94%-
HSV(B)37.78º32.14%98.82%-
XYZ73.6275.8849.29-
YUV225.1697.44147.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=39.07%
G=34.42%
B=26.51%

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
Decimal25222217100.120.320.0137.7893.182.94
HexFCDEAB0C201265d53
Octal37433625301440146135123
Binary11111100110111101010101101100100000110011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEAB; }

 p { color: rgb(252,222,171); }

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

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

 a { background-color: rgb(252,222,171); }

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

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

 span { border-color: rgb(252,222,171); }

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