Html Css Color HEX #FED2AC Apricot

📋 copy color: '#FED2AC'

red 254 ◦ green 210 ◦ blue 172

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

Shades of Apricot #FED2AC

Tints of Apricot #FED2AC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.02%

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

R = 39.94%
G = 33.02%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FED2AC (or 0xFED2AC) is known color: Apricot. HEX triplet: FE, D2 and AC. RGB value is (254,210,172). Sum of RGB (Red+Green+Blue) = 254+210+172=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2AC is #012D53. Grayscale: #DBDBDB. Windows color (decimal): -77140 or 11326206. OLE color: 11326206.

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

Color convert

RGB 254 210 172 -
CMYK 0 0.17 0.32 0.00
HSL 27.8º 0.98% 0.84% -
HSV(B) 27.8º 0.32% 1% -
XYZ 71.37 70.14 48.81 -
YUV 218.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 254 210 172 0 0.17 0.32 0.00 27.8 0.98 0.84
Hex FE D2 AC 0 11 20 0 1C 62 54
Octal 376 322 254 0 21 40 0 34 142 124
Binary 11111110 11010010 10101100 0 10001 100000 0 11100 1100010 1010100

Color Harmonies of #FED2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2AC

Black with #FED2AC

Text Example


Text Example

White with #FED2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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