Html Css Color HEX #FED1AE Apricot

📋 copy color: '#FED1AE'

red 254 ◦ green 209 ◦ blue 174

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

Shades of Apricot #FED1AE

Tints of Apricot #FED1AE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.81%

 BLUE value IS 174 (68.36% from 255) = 27.32%

R = 39.87%
G = 32.81%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FED1AE (or 0xFED1AE) is known color: Apricot. HEX triplet: FE, D1 and AE. RGB value is (254,209,174). Sum of RGB (Red+Green+Blue) = 254+209+174=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1AE is #012E51. Grayscale: #DADADA. Windows color (decimal): -77394 or 11457022. OLE color: 11457022.

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

Color convert

RGB 254 209 174 -
CMYK 0 0.18 0.31 0.00
HSL 26.25º 0.98% 0.84% -
HSV(B) 26.25º 0.31% 1% -
XYZ 71.31 69.73 49.74 -
YUV 218.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 254 209 174 0 0.18 0.31 0.00 26.25 0.98 0.84
Hex FE D1 AE 0 12 1F 0 1A 62 54
Octal 376 321 256 0 22 37 0 32 142 124
Binary 11111110 11010001 10101110 0 10010 11111 0 11010 1100010 1010100

Color Harmonies of #FED1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1AE

Black with #FED1AE

Text Example


Text Example

White with #FED1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1AE; }

 p { color: rgb(254,209,174); }

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

background-color css

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

 a { background-color: rgb(254,209,174); }

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

border-color css

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

 span { border-color: rgb(254,209,174); }

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