#FED0B1

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

Shades of Apricot #FED0B1

Tints of Apricot #FED0B1

Color information

#FED0B1 (or 0xFED0B1) is unknown color: approx Apricot. HEX triplet: FE, D0 and B1. RGB value is (254,208,177). Sum of RGB (Red+Green+Blue) = 254+208+177=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0B1 is #012F4E. Grayscale: #DADADA. Windows color (decimal): -77647 or 11653374. OLE color: 11653374.

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

Color convert

RGB254208177-
CMYK00.180.300.00
HSL24.16º97.47%84.51%-
HSV(B)24.16º30.31%99.61%-
XYZ71.3669.3651.22-
YUV218.22104.74153.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 208 (81.64% from 255) = 32.55%
BLUE value IS 177 (69.53% from 255) = 27.70%
R=39.75%
G=32.55%
B=27.70%

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
Decimal25420817700.180.300.0024.1697.4784.51
HexFED0B10121E0186155
Octal37632026102236030141125
Binary1111111011010000101100010100101111001100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0B1; }

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

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

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

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

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

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

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

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