Html Css Color HEX #FECEAE Apricot

📋 copy color: '#FECEAE'

red 254 ◦ green 206 ◦ blue 174

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

Shades of Apricot #FECEAE

Tints of Apricot #FECEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.44%

R = 40.06%
G = 32.49%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FECEAE (or 0xFECEAE) is known color: Apricot. HEX triplet: FE, CE and AE. RGB value is (254,206,174). Sum of RGB (Red+Green+Blue) = 254+206+174=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAE is #013151. Grayscale: #D8D8D8. Windows color (decimal): -78162 or 11456254. OLE color: 11456254.

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

Color convert

RGB 254 206 174 -
CMYK 0 0.19 0.31 0.00
HSL 24º 0.98% 0.84% -
HSV(B) 24º 0.31% 1% -
XYZ 70.58 68.27 49.5 -
YUV 216.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 254 206 174 0 0.19 0.31 0.00 24 0.98 0.84
Hex FE CE AE 0 13 1F 0 18 62 54
Octal 376 316 256 0 23 37 0 30 142 124
Binary 11111110 11001110 10101110 0 10011 11111 0 11000 1100010 1010100

Color Harmonies of #FECEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEAE

Black with #FECEAE

Text Example


Text Example

White with #FECEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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