Html Css Color HEX #FECEAD Apricot

📋 copy color: '#FECEAD'

red 254 ◦ green 206 ◦ blue 173

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

Shades of Apricot #FECEAD

Tints of Apricot #FECEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.33%

R = 40.13%
G = 32.54%
B = 27.33%

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

#FECEAD (or 0xFECEAD) is known color: Apricot. HEX triplet: FE, CE and AD. RGB value is (254,206,173). Sum of RGB (Red+Green+Blue) = 254+206+173=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAD is #013152. Grayscale: #D8D8D8. Windows color (decimal): -78163 or 11390718. OLE color: 11390718.

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

Color convert

RGB 254 206 173 -
CMYK 0 0.19 0.32 0.00
HSL 24.44º 0.98% 0.84% -
HSV(B) 24.44º 0.32% 1% -
XYZ 70.49 68.23 48.99 -
YUV 216.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 254 206 173 0 0.19 0.32 0.00 24.44 0.98 0.84
Hex FE CE AD 0 13 20 0 18 62 54
Octal 376 316 255 0 23 40 0 30 142 124
Binary 11111110 11001110 10101101 0 10011 100000 0 11000 1100010 1010100

Color Harmonies of #FECEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEAD

Black with #FECEAD

Text Example


Text Example

White with #FECEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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