Html Css Color HEX #FED1AC Apricot

📋 copy color: '#FED1AC'

red 254 ◦ green 209 ◦ blue 172

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

Shades of Apricot #FED1AC

Tints of Apricot #FED1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.09%

R = 40%
G = 32.91%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FED1AC (or 0xFED1AC) is known color: Apricot. HEX triplet: FE, D1 and AC. RGB value is (254,209,172). Sum of RGB (Red+Green+Blue) = 254+209+172=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1AC is #012E53. Grayscale: #DADADA. Windows color (decimal): -77396 or 11325950. OLE color: 11325950.

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

Color convert

RGB 254 209 172 -
CMYK 0 0.18 0.32 0.00
HSL 27.07º 0.98% 0.84% -
HSV(B) 27.07º 0.32% 1% -
XYZ 71.12 69.65 48.73 -
YUV 218.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 254 209 172 0 0.18 0.32 0.00 27.07 0.98 0.84
Hex FE D1 AC 0 12 20 0 1B 62 54
Octal 376 321 254 0 22 40 0 33 142 124
Binary 11111110 11010001 10101100 0 10010 100000 0 11011 1100010 1010100

Color Harmonies of #FED1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1AC

Black with #FED1AC

Text Example


Text Example

White with #FED1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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