#F5CEAD

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

Shades of Apricot #F5CEAD

Tints of Apricot #F5CEAD

Color information

#F5CEAD (or 0xF5CEAD) is unknown color: approx Apricot. HEX triplet: F5, CE and AD. RGB value is (245,206,173). Sum of RGB (Red+Green+Blue) = 245+206+173=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CEAD is #0A3152. Grayscale: #D6D6D6. Windows color (decimal): -667987 or 11390709. OLE color: 11390709.

HSL color Cylindrical-coordinate representation of color #F5CEAD: hue angle of 27.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5CEAD is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245206173-
CMYK00.160.290.04
HSL27.5º78.26%81.96%-
HSV(B)27.5º29.39%96.08%-
XYZ67.2766.5748.84-
YUV213.9104.92150.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=39.26%
G=33.01%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520617300.160.290.0427.578.2681.96
HexF5CEAD0101D41c4e52
Octal36531625502035434116122
Binary111101011100111010101101010000111011001110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEAD; }

 p { color: rgb(245,206,173); }

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

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

 a { background-color: rgb(245,206,173); }

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

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

 span { border-color: rgb(245,206,173); }

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