Html Css Color HEX #FCE1AC Peach-Yellow

📋 copy color: '#FCE1AC'

red 252 ◦ green 225 ◦ blue 172

#FCE1AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Yellow #FCE1AC

Tints of Peach-Yellow #FCE1AC

RGB

 RED value IS 252 (98.83% from 255) = 38.83%

 GREEN value IS 225 (88.28% from 255) = 34.67%

 BLUE value IS 172 (67.58% from 255) = 26.5%

R = 38.83%
G = 34.67%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCE1AC (or 0xFCE1AC) is known color: Peach-Yellow. HEX triplet: FC, E1 and AC. RGB value is (252,225,172). Sum of RGB (Red+Green+Blue) = 252+225+172=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE1AC is #031E53. Grayscale: #E3E3E3. Windows color (decimal): -204372 or 11330044. OLE color: 11330044.

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

Color convert

RGB 252 225 172 -
CMYK 0 0.11 0.32 0.01
HSL 39.75º 0.93% 0.83% -
HSV(B) 39.75º 0.32% 0.99% -
XYZ 74.52 77.52 50.07 -
YUV 227.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 252 225 172 0 0.11 0.32 0.01 39.75 0.93 0.83
Hex FC E1 AC 0 B 20 1 28 5D 53
Octal 374 341 254 0 13 40 1 50 135 123
Binary 11111100 11100001 10101100 0 1011 100000 1 101000 1011101 1010011

Color Harmonies of #FCE1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1AC

Black with #FCE1AC

Text Example


Text Example

White with #FCE1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1AC; }

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

 H1.HeaderClassName
 {
   color: #FCE1AC;
 }
 .AnyTagClassName
 {
   color: #FCE1AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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