Html Css Color HEX #FECBAE Apricot

📋 copy color: '#FECBAE'

red 254 ◦ green 203 ◦ blue 174

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

Shades of Apricot #FECBAE

Tints of Apricot #FECBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.17%

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

R = 40.25%
G = 32.17%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FECBAE (or 0xFECBAE) is known color: Apricot. HEX triplet: FE, CB and AE. RGB value is (254,203,174). Sum of RGB (Red+Green+Blue) = 254+203+174=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBAE is #013451. Grayscale: #D7D7D7. Windows color (decimal): -78930 or 11455486. OLE color: 11455486.

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

Color convert

RGB 254 203 174 -
CMYK 0 0.20 0.31 0.00
HSL 21.75º 0.98% 0.84% -
HSV(B) 21.75º 0.31% 1% -
XYZ 69.87 66.84 49.26 -
YUV 214.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 254 203 174 0 0.20 0.31 0.00 21.75 0.98 0.84
Hex FE CB AE 0 14 1F 0 16 62 54
Octal 376 313 256 0 24 37 0 26 142 124
Binary 11111110 11001011 10101110 0 10100 11111 0 10110 1100010 1010100

Color Harmonies of #FECBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBAE

Black with #FECBAE

Text Example


Text Example

White with #FECBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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