Html Css Color HEX #FCE0AD Peach-Yellow

📋 copy color: '#FCE0AD'

red 252 ◦ green 224 ◦ blue 173

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

Shades of Peach-Yellow #FCE0AD

Tints of Peach-Yellow #FCE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.51%

 BLUE value IS 173 (67.97% from 255) = 26.66%

R = 38.83%
G = 34.51%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCE0AD (or 0xFCE0AD) is known color: Peach-Yellow. HEX triplet: FC, E0 and AD. RGB value is (252,224,173). Sum of RGB (Red+Green+Blue) = 252+224+173=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0AD is #031F52. Grayscale: #E2E2E2. Windows color (decimal): -204627 or 11395324. OLE color: 11395324.

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

Color convert

RGB 252 224 173 -
CMYK 0 0.11 0.31 0.01
HSL 38.73º 0.93% 0.83% -
HSV(B) 38.73º 0.31% 0.99% -
XYZ 74.34 77.02 50.48 -
YUV 226.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 252 224 173 0 0.11 0.31 0.01 38.73 0.93 0.83
Hex FC E0 AD 0 B 1F 1 27 5D 53
Octal 374 340 255 0 13 37 1 47 135 123
Binary 11111100 11100000 10101101 0 1011 11111 1 100111 1011101 1010011

Color Harmonies of #FCE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0AD

Black with #FCE0AD

Text Example


Text Example

White with #FCE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0AD; }

 p { color: rgb(252,224,173); }

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

background-color css

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

 a { background-color: rgb(252,224,173); }

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

border-color css

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

 span { border-color: rgb(252,224,173); }

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