Html Css Color HEX #FEC9B3 Apricot

📋 copy color: '#FEC9B3'

red 254 ◦ green 201 ◦ blue 179

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

Shades of Apricot #FEC9B3

Tints of Apricot #FEC9B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.23%

R = 40.06%
G = 31.7%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEC9B3 (or 0xFEC9B3) is known color: Apricot. HEX triplet: FE, C9 and B3. RGB value is (254,201,179). Sum of RGB (Red+Green+Blue) = 254+201+179=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9B3 is #01364C. Grayscale: #D6D6D6. Windows color (decimal): -79437 or 11782654. OLE color: 11782654.

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

Color convert

RGB 254 201 179 -
CMYK 0 0.21 0.30 0.00
HSL 17.6º 0.97% 0.85% -
HSV(B) 17.6º 0.3% 1% -
XYZ 69.9 66.1 51.72 -
YUV 214.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 254 201 179 0 0.21 0.30 0.00 17.6 0.97 0.85
Hex FE C9 B3 0 15 1E 0 12 61 55
Octal 376 311 263 0 25 36 0 22 141 125
Binary 11111110 11001001 10110011 0 10101 11110 0 10010 1100001 1010101

Color Harmonies of #FEC9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9B3

Black with #FEC9B3

Text Example


Text Example

White with #FEC9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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