Html Css Color HEX #FEC4AB Apricot

📋 copy color: '#FEC4AB'

red 254 ◦ green 196 ◦ blue 171

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

Shades of Apricot #FEC4AB

Tints of Apricot #FEC4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.56%

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

R = 40.9%
G = 31.56%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEC4AB (or 0xFEC4AB) is known color: Apricot. HEX triplet: FE, C4 and AB. RGB value is (254,196,171). Sum of RGB (Red+Green+Blue) = 254+196+171=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4AB is #013B54. Grayscale: #D2D2D2. Windows color (decimal): -80725 or 11257086. OLE color: 11257086.

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

Color convert

RGB 254 196 171 -
CMYK 0 0.23 0.33 0.00
HSL 18.07º 0.98% 0.83% -
HSV(B) 18.07º 0.33% 1% -
XYZ 67.96 63.49 47.2 -
YUV 210.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 254 196 171 0 0.23 0.33 0.00 18.07 0.98 0.83
Hex FE C4 AB 0 17 21 0 12 62 53
Octal 376 304 253 0 27 41 0 22 142 123
Binary 11111110 11000100 10101011 0 10111 100001 0 10010 1100010 1010011

Color Harmonies of #FEC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4AB

Black with #FEC4AB

Text Example


Text Example

White with #FEC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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