Html Css Color HEX #FEC8AD Apricot

📋 copy color: '#FEC8AD'

red 254 ◦ green 200 ◦ blue 173

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

Shades of Apricot #FEC8AD

Tints of Apricot #FEC8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.59%

R = 40.51%
G = 31.9%
B = 27.59%

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

#FEC8AD (or 0xFEC8AD) is known color: Apricot. HEX triplet: FE, C8 and AD. RGB value is (254,200,173). Sum of RGB (Red+Green+Blue) = 254+200+173=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AD is #013752. Grayscale: #D5D5D5. Windows color (decimal): -79699 or 11389182. OLE color: 11389182.

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

Color convert

RGB 254 200 173 -
CMYK 0 0.21 0.32 0.00
HSL 20º 0.98% 0.84% -
HSV(B) 20º 0.32% 1% -
XYZ 69.07 65.4 48.52 -
YUV 213.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 254 200 173 0 0.21 0.32 0.00 20 0.98 0.84
Hex FE C8 AD 0 15 20 0 14 62 54
Octal 376 310 255 0 25 40 0 24 142 124
Binary 11111110 11001000 10101101 0 10101 100000 0 10100 1100010 1010100

Color Harmonies of #FEC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8AD

Black with #FEC8AD

Text Example


Text Example

White with #FEC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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