Html Css Color HEX #FEC4AC Apricot

📋 copy color: '#FEC4AC'

red 254 ◦ green 196 ◦ blue 172

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

Shades of Apricot #FEC4AC

Tints of Apricot #FEC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.51%

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

R = 40.84%
G = 31.51%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEC4AC (or 0xFEC4AC) is known color: Apricot. HEX triplet: FE, C4 and AC. RGB value is (254,196,172). Sum of RGB (Red+Green+Blue) = 254+196+172=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4AC is #013B53. Grayscale: #D2D2D2. Windows color (decimal): -80724 or 11322622. OLE color: 11322622.

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

Color convert

RGB 254 196 172 -
CMYK 0 0.23 0.32 0.00
HSL 17.56º 0.98% 0.84% -
HSV(B) 17.56º 0.32% 1% -
XYZ 68.06 63.53 47.7 -
YUV 210.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 254 196 172 0 0.23 0.32 0.00 17.56 0.98 0.84
Hex FE C4 AC 0 17 20 0 12 62 54
Octal 376 304 254 0 27 40 0 22 142 124
Binary 11111110 11000100 10101100 0 10111 100000 0 10010 1100010 1010100

Color Harmonies of #FEC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4AC

Black with #FEC4AC

Text Example


Text Example

White with #FEC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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