Html Css Color HEX #FEC7B2 Apricot

📋 copy color: '#FEC7B2'

red 254 ◦ green 199 ◦ blue 178

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

Shades of Apricot #FEC7B2

Tints of Apricot #FEC7B2

RGB

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

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

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

R = 40.25%
G = 31.54%
B = 28.21%

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

#FEC7B2 (or 0xFEC7B2) is known color: Apricot. HEX triplet: FE, C7 and B2. RGB value is (254,199,178). Sum of RGB (Red+Green+Blue) = 254+199+178=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7B2 is #01384D. Grayscale: #D5D5D5. Windows color (decimal): -79950 or 11716606. OLE color: 11716606.

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

Color convert

RGB 254 199 178 -
CMYK 0 0.22 0.30 0.00
HSL 16.58º 0.97% 0.85% -
HSV(B) 16.58º 0.3% 1% -
XYZ 69.33 65.13 51.04 -
YUV 213.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 254 199 178 0 0.22 0.30 0.00 16.58 0.97 0.85
Hex FE C7 B2 0 16 1E 0 11 61 55
Octal 376 307 262 0 26 36 0 21 141 125
Binary 11111110 11000111 10110010 0 10110 11110 0 10001 1100001 1010101

Color Harmonies of #FEC7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7B2

Black with #FEC7B2

Text Example


Text Example

White with #FEC7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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