Html Css Color HEX #FEC5AC Apricot

📋 copy color: '#FEC5AC'

red 254 ◦ green 197 ◦ blue 172

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

Shades of Apricot #FEC5AC

Tints of Apricot #FEC5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.62%

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

R = 40.77%
G = 31.62%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEC5AC (or 0xFEC5AC) is known color: Apricot. HEX triplet: FE, C5 and AC. RGB value is (254,197,172). Sum of RGB (Red+Green+Blue) = 254+197+172=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5AC is #013A53. Grayscale: #D3D3D3. Windows color (decimal): -80468 or 11322878. OLE color: 11322878.

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

Color convert

RGB 254 197 172 -
CMYK 0 0.22 0.32 0.00
HSL 18.29º 0.98% 0.84% -
HSV(B) 18.29º 0.32% 1% -
XYZ 68.29 63.98 47.78 -
YUV 211.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 254 197 172 0 0.22 0.32 0.00 18.29 0.98 0.84
Hex FE C5 AC 0 16 20 0 12 62 54
Octal 376 305 254 0 26 40 0 22 142 124
Binary 11111110 11000101 10101100 0 10110 100000 0 10010 1100010 1010100

Color Harmonies of #FEC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5AC

Black with #FEC5AC

Text Example


Text Example

White with #FEC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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