Html Css Color HEX #FED1B2 Apricot

📋 copy color: '#FED1B2'

red 254 ◦ green 209 ◦ blue 178

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

Shades of Apricot #FED1B2

Tints of Apricot #FED1B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.77%

R = 39.63%
G = 32.61%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED1B2 (or 0xFED1B2) is known color: Apricot. HEX triplet: FE, D1 and B2. RGB value is (254,209,178). Sum of RGB (Red+Green+Blue) = 254+209+178=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1B2 is #012E4D. Grayscale: #DBDBDB. Windows color (decimal): -77390 or 11719166. OLE color: 11719166.

HSL color Cylindrical-coordinate representation of color #FED1B2: hue angle of 24.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FED1B2 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 209 178 -
CMYK 0 0.18 0.30 0.00
HSL 24.47º 0.97% 0.85% -
HSV(B) 24.47º 0.3% 1% -
XYZ 71.71 69.89 51.83 -
YUV 218.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 254 209 178 0 0.18 0.30 0.00 24.47 0.97 0.85
Hex FE D1 B2 0 12 1E 0 18 61 55
Octal 376 321 262 0 22 36 0 30 141 125
Binary 11111110 11010001 10110010 0 10010 11110 0 11000 1100001 1010101

Color Harmonies of #FED1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1B2

Black with #FED1B2

Text Example


Text Example

White with #FED1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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