#FCE4AB

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

Shades of Peach-Yellow #FCE4AB

Tints of Peach-Yellow #FCE4AB

Color information

#FCE4AB (or 0xFCE4AB) is unknown color: approx Peach-Yellow. HEX triplet: FC, E4 and AB. RGB value is (252,228,171). Sum of RGB (Red+Green+Blue) = 252+228+171=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE4AB is #031B54. Grayscale: #E4E4E4. Windows color (decimal): -203605 or 11265276. OLE color: 11265276.

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

Color convert

RGB252228171-
CMYK00.100.320.01
HSL42.22º93.1%82.94%-
HSV(B)42.22º32.14%98.82%-
XYZ75.2479.1249.83-
YUV228.6895.45144.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 171 (67.19% from 255) = 26.27%
R=38.71%
G=35.02%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222817100.100.320.0142.2293.182.94
HexFCE4AB0A2012a5d53
Octal37434425301240152135123
Binary11111100111001001010101101010100000110101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4AB; }

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

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

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

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

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

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

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

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