Html Css Color HEX #FED4B1 Apricot

📋 copy color: '#FED4B1'

red 254 ◦ green 212 ◦ blue 177

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

Shades of Apricot #FED4B1

Tints of Apricot #FED4B1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.97%

 BLUE value IS 177 (69.53% from 255) = 27.53%

R = 39.5%
G = 32.97%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED4B1 (or 0xFED4B1) is known color: Apricot. HEX triplet: FE, D4 and B1. RGB value is (254,212,177). Sum of RGB (Red+Green+Blue) = 254+212+177=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4B1 is #012B4E. Grayscale: #DCDCDC. Windows color (decimal): -76623 or 11654398. OLE color: 11654398.

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

Color convert

RGB 254 212 177 -
CMYK 0 0.17 0.30 0.00
HSL 27.27º 0.97% 0.85% -
HSV(B) 27.27º 0.3% 1% -
XYZ 72.35 71.33 51.55 -
YUV 220.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 254 212 177 0 0.17 0.30 0.00 27.27 0.97 0.85
Hex FE D4 B1 0 11 1E 0 1B 61 55
Octal 376 324 261 0 21 36 0 33 141 125
Binary 11111110 11010100 10110001 0 10001 11110 0 11011 1100001 1010101

Color Harmonies of #FED4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4B1

Black with #FED4B1

Text Example


Text Example

White with #FED4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4B1; }

 p { color: rgb(254,212,177); }

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

background-color css

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

 a { background-color: rgb(254,212,177); }

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

border-color css

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

 span { border-color: rgb(254,212,177); }

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