Html Css Color HEX #FEC8AC Apricot

📋 copy color: '#FEC8AC'

red 254 ◦ green 200 ◦ blue 172

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

Shades of Apricot #FEC8AC

Tints of Apricot #FEC8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.95%

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

R = 40.58%
G = 31.95%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEC8AC (or 0xFEC8AC) is known color: Apricot. HEX triplet: FE, C8 and AC. RGB value is (254,200,172). Sum of RGB (Red+Green+Blue) = 254+200+172=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AC is #013753. Grayscale: #D5D5D5. Windows color (decimal): -79700 or 11323646. OLE color: 11323646.

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

Color convert

RGB 254 200 172 -
CMYK 0 0.21 0.32 0.00
HSL 20.49º 0.98% 0.84% -
HSV(B) 20.49º 0.32% 1% -
XYZ 68.97 65.36 48.01 -
YUV 212.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 254 200 172 0 0.21 0.32 0.00 20.49 0.98 0.84
Hex FE C8 AC 0 15 20 0 14 62 54
Octal 376 310 254 0 25 40 0 24 142 124
Binary 11111110 11001000 10101100 0 10101 100000 0 10100 1100010 1010100

Color Harmonies of #FEC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8AC

Black with #FEC8AC

Text Example


Text Example

White with #FEC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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