Html Css Color HEX #FEC9AD Apricot

📋 copy color: '#FEC9AD'

red 254 ◦ green 201 ◦ blue 173

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

Shades of Apricot #FEC9AD

Tints of Apricot #FEC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.01%

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

R = 40.45%
G = 32.01%
B = 27.55%

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

#FEC9AD (or 0xFEC9AD) is known color: Apricot. HEX triplet: FE, C9 and AD. RGB value is (254,201,173). Sum of RGB (Red+Green+Blue) = 254+201+173=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9AD is #013652. Grayscale: #D5D5D5. Windows color (decimal): -79443 or 11389438. OLE color: 11389438.

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

Color convert

RGB 254 201 173 -
CMYK 0 0.21 0.32 0.00
HSL 20.74º 0.98% 0.84% -
HSV(B) 20.74º 0.32% 1% -
XYZ 69.3 65.86 48.6 -
YUV 213.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 254 201 173 0 0.21 0.32 0.00 20.74 0.98 0.84
Hex FE C9 AD 0 15 20 0 15 62 54
Octal 376 311 255 0 25 40 0 25 142 124
Binary 11111110 11001001 10101101 0 10101 100000 0 10101 1100010 1010100

Color Harmonies of #FEC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9AD

Black with #FEC9AD

Text Example


Text Example

White with #FEC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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