#FED1B3

Color #FED1B3 Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FED1B3

Tints of Apricot #FED1B3

Color information

#FED1B3 (or 0xFED1B3) is unknown color: approx Apricot. HEX triplet: FE, D1 and B3. RGB value is (254,209,179). Sum of RGB (Red+Green+Blue) = 254+209+179=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1B3 is #012E4C. Grayscale: #DBDBDB. Windows color (decimal): -77389 or 11784702. OLE color: 11784702.

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

Color convert

RGB254209179-
CMYK00.180.300.00
HSL24º97.4%84.9%-
HSV(B)24º29.53%99.61%-
XYZ71.8169.9352.36-
YUV219.04105.41152.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 209 (82.03% from 255) = 32.55%
BLUE value IS 179 (70.31% from 255) = 27.88%
R=39.56%
G=32.55%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420917900.180.300.002497.484.9
HexFED1B30121E0186155
Octal37632126302236030141125
Binary1111111011010001101100110100101111001100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1B3; }

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

 H1.HeaderClassName
 {
   color: #FED1B3;
 }
 .AnyTagClassName
 {
   color: #FED1B3;
 }
</style>
background-color css

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

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

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

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

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

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