Html Css Color HEX #FEC9B2 Apricot

📋 copy color: '#FEC9B2'

red 254 ◦ green 201 ◦ blue 178

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

Shades of Apricot #FEC9B2

Tints of Apricot #FEC9B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.12%

R = 40.13%
G = 31.75%
B = 28.12%

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

#FEC9B2 (or 0xFEC9B2) is known color: Apricot. HEX triplet: FE, C9 and B2. RGB value is (254,201,178). Sum of RGB (Red+Green+Blue) = 254+201+178=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9B2 is #01364D. Grayscale: #D6D6D6. Windows color (decimal): -79438 or 11717118. OLE color: 11717118.

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

Color convert

RGB 254 201 178 -
CMYK 0 0.21 0.30 0.00
HSL 18.16º 0.97% 0.85% -
HSV(B) 18.16º 0.3% 1% -
XYZ 69.8 66.06 51.19 -
YUV 214.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 254 201 178 0 0.21 0.30 0.00 18.16 0.97 0.85
Hex FE C9 B2 0 15 1E 0 12 61 55
Octal 376 311 262 0 25 36 0 22 141 125
Binary 11111110 11001001 10110010 0 10101 11110 0 10010 1100001 1010101

Color Harmonies of #FEC9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9B2

Black with #FEC9B2

Text Example


Text Example

White with #FEC9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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