Html Css Color HEX #FCE1AA Peach-Yellow

📋 copy color: '#FCE1AA'

red 252 ◦ green 225 ◦ blue 170

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

Shades of Peach-Yellow #FCE1AA

Tints of Peach-Yellow #FCE1AA

RGB

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

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

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

R = 38.95%
G = 34.78%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCE1AA (or 0xFCE1AA) is known color: Peach-Yellow. HEX triplet: FC, E1 and AA. RGB value is (252,225,170). Sum of RGB (Red+Green+Blue) = 252+225+170=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE1AA is #031E55. Grayscale: #E3E3E3. Windows color (decimal): -204374 or 11198972. OLE color: 11198972.

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

Color convert

RGB 252 225 170 -
CMYK 0 0.11 0.33 0.01
HSL 40.24º 0.93% 0.83% -
HSV(B) 40.24º 0.33% 0.99% -
XYZ 74.33 77.45 49.06 -
YUV 226.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 252 225 170 0 0.11 0.33 0.01 40.24 0.93 0.83
Hex FC E1 AA 0 B 21 1 28 5D 53
Octal 374 341 252 0 13 41 1 50 135 123
Binary 11111100 11100001 10101010 0 1011 100001 1 101000 1011101 1010011

Color Harmonies of #FCE1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1AA

Black with #FCE1AA

Text Example


Text Example

White with #FCE1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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