Html Css Color HEX #FECEAC Apricot

📋 copy color: '#FECEAC'

red 254 ◦ green 206 ◦ blue 172

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

Shades of Apricot #FECEAC

Tints of Apricot #FECEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.59%

 BLUE value IS 172 (67.58% from 255) = 27.22%

R = 40.19%
G = 32.59%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FECEAC (or 0xFECEAC) is known color: Apricot. HEX triplet: FE, CE and AC. RGB value is (254,206,172). Sum of RGB (Red+Green+Blue) = 254+206+172=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAC is #013153. Grayscale: #D8D8D8. Windows color (decimal): -78164 or 11325182. OLE color: 11325182.

HSL color Cylindrical-coordinate representation of color #FECEAC: hue angle of 24.88º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FECEAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 206 172 -
CMYK 0 0.19 0.32 0.00
HSL 24.88º 0.98% 0.84% -
HSV(B) 24.88º 0.32% 1% -
XYZ 70.39 68.19 48.48 -
YUV 216.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 254 206 172 0 0.19 0.32 0.00 24.88 0.98 0.84
Hex FE CE AC 0 13 20 0 19 62 54
Octal 376 316 254 0 23 40 0 31 142 124
Binary 11111110 11001110 10101100 0 10011 100000 0 11001 1100010 1010100

Color Harmonies of #FECEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEAC

Black with #FECEAC

Text Example


Text Example

White with #FECEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEAC; }

 p { color: rgb(254,206,172); }

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

background-color css

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

 a { background-color: rgb(254,206,172); }

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

border-color css

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

 span { border-color: rgb(254,206,172); }

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