Html Css Color HEX #FEC8AB Apricot

📋 copy color: '#FEC8AB'

red 254 ◦ green 200 ◦ blue 171

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

Shades of Apricot #FEC8AB

Tints of Apricot #FEC8AB

RGB

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

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

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

R = 40.64%
G = 32%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEC8AB (or 0xFEC8AB) is known color: Apricot. HEX triplet: FE, C8 and AB. RGB value is (254,200,171). Sum of RGB (Red+Green+Blue) = 254+200+171=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AB is #013754. Grayscale: #D5D5D5. Windows color (decimal): -79701 or 11258110. OLE color: 11258110.

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

Color convert

RGB 254 200 171 -
CMYK 0 0.21 0.33 0.00
HSL 20.96º 0.98% 0.83% -
HSV(B) 20.96º 0.33% 1% -
XYZ 68.88 65.32 47.51 -
YUV 212.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 254 200 171 0 0.21 0.33 0.00 20.96 0.98 0.83
Hex FE C8 AB 0 15 21 0 15 62 53
Octal 376 310 253 0 25 41 0 25 142 123
Binary 11111110 11001000 10101011 0 10101 100001 0 10101 1100010 1010011

Color Harmonies of #FEC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8AB

Black with #FEC8AB

Text Example


Text Example

White with #FEC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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