Html Css Color HEX #FEC7B1 Apricot

📋 copy color: '#FEC7B1'

red 254 ◦ green 199 ◦ blue 177

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

Shades of Apricot #FEC7B1

Tints of Apricot #FEC7B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.1%

R = 40.32%
G = 31.59%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEC7B1 (or 0xFEC7B1) is known color: Apricot. HEX triplet: FE, C7 and B1. RGB value is (254,199,177). Sum of RGB (Red+Green+Blue) = 254+199+177=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7B1 is #01384E. Grayscale: #D5D5D5. Windows color (decimal): -79951 or 11651070. OLE color: 11651070.

HSL color Cylindrical-coordinate representation of color #FEC7B1: hue angle of 17.14º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC7B1 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 177 -
CMYK 0 0.22 0.30 0.00
HSL 17.14º 0.97% 0.85% -
HSV(B) 17.14º 0.3% 1% -
XYZ 69.23 65.09 50.51 -
YUV 212.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 254 199 177 0 0.22 0.30 0.00 17.14 0.97 0.85
Hex FE C7 B1 0 16 1E 0 11 61 55
Octal 376 307 261 0 26 36 0 21 141 125
Binary 11111110 11000111 10110001 0 10110 11110 0 10001 1100001 1010101

Color Harmonies of #FEC7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7B1

Black with #FEC7B1

Text Example


Text Example

White with #FEC7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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