Html Css Color HEX #FEE1AB Peach-Yellow

📋 copy color: '#FEE1AB'

red 254 ◦ green 225 ◦ blue 171

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

Shades of Peach-Yellow #FEE1AB

Tints of Peach-Yellow #FEE1AB

RGB

 RED value IS 254 (99.61% from 255) = 39.08%

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

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

R = 39.08%
G = 34.62%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEE1AB (or 0xFEE1AB) is known color: Peach-Yellow. HEX triplet: FE, E1 and AB. RGB value is (254,225,171). Sum of RGB (Red+Green+Blue) = 254+225+171=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1AB is #011E54. Grayscale: #E3E3E3. Windows color (decimal): -73301 or 11264510. OLE color: 11264510.

HSL color Cylindrical-coordinate representation of color #FEE1AB: hue angle of 39.04º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE1AB is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 225 171 -
CMYK 0 0.11 0.33 0.00
HSL 39.04º 0.98% 0.83% -
HSV(B) 39.04º 0.33% 1% -
XYZ 75.15 77.86 49.6 -
YUV 227.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 254 225 171 0 0.11 0.33 0.00 39.04 0.98 0.83
Hex FE E1 AB 0 B 21 0 27 62 53
Octal 376 341 253 0 13 41 0 47 142 123
Binary 11111110 11100001 10101011 0 1011 100001 0 100111 1100010 1010011

Color Harmonies of #FEE1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1AB

Black with #FEE1AB

Text Example


Text Example

White with #FEE1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1AB; }

 p { color: rgb(254,225,171); }

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

background-color css

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

 a { background-color: rgb(254,225,171); }

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

border-color css

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

 span { border-color: rgb(254,225,171); }

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