Html Css Color HEX #FECBAB Apricot

📋 copy color: '#FECBAB'

red 254 ◦ green 203 ◦ blue 171

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

Shades of Apricot #FECBAB

Tints of Apricot #FECBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.23%

R = 40.45%
G = 32.32%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FECBAB (or 0xFECBAB) is known color: Apricot. HEX triplet: FE, CB and AB. RGB value is (254,203,171). Sum of RGB (Red+Green+Blue) = 254+203+171=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBAB is #013454. Grayscale: #D6D6D6. Windows color (decimal): -78933 or 11258878. OLE color: 11258878.

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

Color convert

RGB 254 203 171 -
CMYK 0 0.20 0.33 0.00
HSL 23.13º 0.98% 0.83% -
HSV(B) 23.13º 0.33% 1% -
XYZ 69.58 66.72 47.74 -
YUV 214.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 254 203 171 0 0.20 0.33 0.00 23.13 0.98 0.83
Hex FE CB AB 0 14 21 0 17 62 53
Octal 376 313 253 0 24 41 0 27 142 123
Binary 11111110 11001011 10101011 0 10100 100001 0 10111 1100010 1010011

Color Harmonies of #FECBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBAB

Black with #FECBAB

Text Example


Text Example

White with #FECBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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