Html Css Color HEX #FED1B0 Apricot

📋 copy color: '#FED1B0'

red 254 ◦ green 209 ◦ blue 176

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

Shades of Apricot #FED1B0

Tints of Apricot #FED1B0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.71%

 BLUE value IS 176 (69.14% from 255) = 27.54%

R = 39.75%
G = 32.71%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FED1B0 (or 0xFED1B0) is known color: Apricot. HEX triplet: FE, D1 and B0. RGB value is (254,209,176). Sum of RGB (Red+Green+Blue) = 254+209+176=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1B0 is #012E4F. Grayscale: #DADADA. Windows color (decimal): -77392 or 11588094. OLE color: 11588094.

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

Color convert

RGB 254 209 176 -
CMYK 0 0.18 0.31 0.00
HSL 25.38º 0.98% 0.84% -
HSV(B) 25.38º 0.31% 1% -
XYZ 71.51 69.81 50.78 -
YUV 218.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 254 209 176 0 0.18 0.31 0.00 25.38 0.98 0.84
Hex FE D1 B0 0 12 1F 0 19 62 54
Octal 376 321 260 0 22 37 0 31 142 124
Binary 11111110 11010001 10110000 0 10010 11111 0 11001 1100010 1010100

Color Harmonies of #FED1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1B0

Black with #FED1B0

Text Example


Text Example

White with #FED1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1B0; }

 p { color: rgb(254,209,176); }

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

background-color css

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

 a { background-color: rgb(254,209,176); }

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

border-color css

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

 span { border-color: rgb(254,209,176); }

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