Html Css Color HEX #FEC7AB Apricot

📋 copy color: '#FEC7AB'

red 254 ◦ green 199 ◦ blue 171

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

Shades of Apricot #FEC7AB

Tints of Apricot #FEC7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.89%

 BLUE value IS 171 (67.19% from 255) = 27.4%

R = 40.71%
G = 31.89%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEC7AB (or 0xFEC7AB) is known color: Apricot. HEX triplet: FE, C7 and AB. RGB value is (254,199,171). Sum of RGB (Red+Green+Blue) = 254+199+171=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7AB is #013854. Grayscale: #D4D4D4. Windows color (decimal): -79957 or 11257854. OLE color: 11257854.

HSL color Cylindrical-coordinate representation of color #FEC7AB: hue angle of 20.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEC7AB is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 171 -
CMYK 0 0.22 0.33 0.00
HSL 20.24º 0.98% 0.83% -
HSV(B) 20.24º 0.33% 1% -
XYZ 68.65 64.86 47.43 -
YUV 212.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 254 199 171 0 0.22 0.33 0.00 20.24 0.98 0.83
Hex FE C7 AB 0 16 21 0 14 62 53
Octal 376 307 253 0 26 41 0 24 142 123
Binary 11111110 11000111 10101011 0 10110 100001 0 10100 1100010 1010011

Color Harmonies of #FEC7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7AB

Black with #FEC7AB

Text Example


Text Example

White with #FEC7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7AB; }

 p { color: rgb(254,199,171); }

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

background-color css

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

 a { background-color: rgb(254,199,171); }

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

border-color css

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

 span { border-color: rgb(254,199,171); }

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