Html Css Color HEX #FED1B4 Apricot

📋 copy color: '#FED1B4'

red 254 ◦ green 209 ◦ blue 180

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

Shades of Apricot #FED1B4

Tints of Apricot #FED1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.99%

R = 39.5%
G = 32.5%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FED1B4 (or 0xFED1B4) is known color: Apricot. HEX triplet: FE, D1 and B4. RGB value is (254,209,180). Sum of RGB (Red+Green+Blue) = 254+209+180=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1B4 is #012E4B. Grayscale: #DBDBDB. Windows color (decimal): -77388 or 11850238. OLE color: 11850238.

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

Color convert

RGB 254 209 180 -
CMYK 0 0.18 0.29 0.00
HSL 23.51º 0.97% 0.85% -
HSV(B) 23.51º 0.29% 1% -
XYZ 71.91 69.97 52.89 -
YUV 219.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 254 209 180 0 0.18 0.29 0.00 23.51 0.97 0.85
Hex FE D1 B4 0 12 1D 0 18 61 55
Octal 376 321 264 0 22 35 0 30 141 125
Binary 11111110 11010001 10110100 0 10010 11101 0 11000 1100001 1010101

Color Harmonies of #FED1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1B4

Black with #FED1B4

Text Example


Text Example

White with #FED1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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