Html Css Color HEX #FED2B0 Apricot

📋 copy color: '#FED2B0'

red 254 ◦ green 210 ◦ blue 176

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

Shades of Apricot #FED2B0

Tints of Apricot #FED2B0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.81%

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

R = 39.69%
G = 32.81%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FED2B0 (or 0xFED2B0) is known color: Apricot. HEX triplet: FE, D2 and B0. RGB value is (254,210,176). Sum of RGB (Red+Green+Blue) = 254+210+176=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 176 (69.14% from 255 or 27.5% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2B0 is #012D4F. Grayscale: #DBDBDB. Windows color (decimal): -77136 or 11588350. OLE color: 11588350.

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

Color convert

RGB 254 210 176 -
CMYK 0 0.17 0.31 0.00
HSL 26.15º 0.98% 0.84% -
HSV(B) 26.15º 0.31% 1% -
XYZ 71.76 70.3 50.86 -
YUV 219.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 254 210 176 0 0.17 0.31 0.00 26.15 0.98 0.84
Hex FE D2 B0 0 11 1F 0 1A 62 54
Octal 376 322 260 0 21 37 0 32 142 124
Binary 11111110 11010010 10110000 0 10001 11111 0 11010 1100010 1010100

Color Harmonies of #FED2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2B0

Black with #FED2B0

Text Example


Text Example

White with #FED2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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