#FED0B6

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

Shades of Apricot #FED0B6

Tints of Apricot #FED0B6

Color information

#FED0B6 (or 0xFED0B6) is unknown color: approx Apricot. HEX triplet: FE, D0 and B6. RGB value is (254,208,182). Sum of RGB (Red+Green+Blue) = 254+208+182=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0B6 is #012F49. Grayscale: #DADADA. Windows color (decimal): -77642 or 11981054. OLE color: 11981054.

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

Color convert

RGB254208182-
CMYK00.180.280.00
HSL21.67º97.3%85.49%-
HSV(B)21.67º28.35%99.61%-
XYZ71.8769.5653.89-
YUV218.79107.24153.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 182 (71.48% from 255) = 28.26%
R=39.44%
G=32.30%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420818200.180.280.0021.6797.385.49
HexFED0B60121C0166155
Octal37632026602234026141125
Binary1111111011010000101101100100101110001011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0B6; }

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

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

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

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

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

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

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

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