Html Css Color HEX #FECBAD Apricot

📋 copy color: '#FECBAD'

red 254 ◦ green 203 ◦ blue 173

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

Shades of Apricot #FECBAD

Tints of Apricot #FECBAD

RGB

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

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

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

R = 40.32%
G = 32.22%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FECBAD (or 0xFECBAD) is known color: Apricot. HEX triplet: FE, CB and AD. RGB value is (254,203,173). Sum of RGB (Red+Green+Blue) = 254+203+173=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBAD is #013452. Grayscale: #D7D7D7. Windows color (decimal): -78931 or 11389950. OLE color: 11389950.

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

Color convert

RGB 254 203 173 -
CMYK 0 0.20 0.32 0.00
HSL 22.22º 0.98% 0.84% -
HSV(B) 22.22º 0.32% 1% -
XYZ 69.77 66.8 48.75 -
YUV 214.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 254 203 173 0 0.20 0.32 0.00 22.22 0.98 0.84
Hex FE CB AD 0 14 20 0 16 62 54
Octal 376 313 255 0 24 40 0 26 142 124
Binary 11111110 11001011 10101101 0 10100 100000 0 10110 1100010 1010100

Color Harmonies of #FECBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBAD

Black with #FECBAD

Text Example


Text Example

White with #FECBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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