Html Css Color HEX #FCE2AB Peach-Yellow

📋 copy color: '#FCE2AB'

red 252 ◦ green 226 ◦ blue 171

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

Shades of Peach-Yellow #FCE2AB

Tints of Peach-Yellow #FCE2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.35%

R = 38.83%
G = 34.82%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCE2AB (or 0xFCE2AB) is known color: Peach-Yellow. HEX triplet: FC, E2 and AB. RGB value is (252,226,171). Sum of RGB (Red+Green+Blue) = 252+226+171=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE2AB is #031D54. Grayscale: #E3E3E3. Windows color (decimal): -204117 or 11264764. OLE color: 11264764.

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

Color convert

RGB 252 226 171 -
CMYK 0 0.10 0.32 0.01
HSL 40.74º 0.93% 0.83% -
HSV(B) 40.74º 0.32% 0.99% -
XYZ 74.69 78.03 49.65 -
YUV 227.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 252 226 171 0 0.10 0.32 0.01 40.74 0.93 0.83
Hex FC E2 AB 0 A 20 1 29 5D 53
Octal 374 342 253 0 12 40 1 51 135 123
Binary 11111100 11100010 10101011 0 1010 100000 1 101001 1011101 1010011

Color Harmonies of #FCE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2AB

Black with #FCE2AB

Text Example


Text Example

White with #FCE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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