Html Css Color HEX #FCE2AA Peach-Yellow

📋 copy color: '#FCE2AA'

red 252 ◦ green 226 ◦ blue 170

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

Shades of Peach-Yellow #FCE2AA

Tints of Peach-Yellow #FCE2AA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.88%

 BLUE value IS 170 (66.8% from 255) = 26.23%

R = 38.89%
G = 34.88%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCE2AA (or 0xFCE2AA) is known color: Peach-Yellow. HEX triplet: FC, E2 and AA. RGB value is (252,226,170). Sum of RGB (Red+Green+Blue) = 252+226+170=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE2AA is #031D55. Grayscale: #E3E3E3. Windows color (decimal): -204118 or 11199228. OLE color: 11199228.

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

Color convert

RGB 252 226 170 -
CMYK 0 0.10 0.33 0.01
HSL 40.98º 0.93% 0.83% -
HSV(B) 40.98º 0.33% 0.99% -
XYZ 74.6 77.99 49.15 -
YUV 227.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 252 226 170 0 0.10 0.33 0.01 40.98 0.93 0.83
Hex FC E2 AA 0 A 21 1 29 5D 53
Octal 374 342 252 0 12 41 1 51 135 123
Binary 11111100 11100010 10101010 0 1010 100001 1 101001 1011101 1010011

Color Harmonies of #FCE2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2AA

Black with #FCE2AA

Text Example


Text Example

White with #FCE2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2AA; }

 p { color: rgb(252,226,170); }

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

background-color css

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

 a { background-color: rgb(252,226,170); }

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

border-color css

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

 span { border-color: rgb(252,226,170); }

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