#F5CEAC

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

Shades of Apricot #F5CEAC

Tints of Apricot #F5CEAC

Color information

#F5CEAC (or 0xF5CEAC) is unknown color: approx Apricot. HEX triplet: F5, CE and AC. RGB value is (245,206,172). Sum of RGB (Red+Green+Blue) = 245+206+172=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CEAC is #0A3153. Grayscale: #D5D5D5. Windows color (decimal): -667988 or 11325173. OLE color: 11325173.

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

Color convert

RGB245206172-
CMYK00.160.300.04
HSL27.95º78.49%81.76%-
HSV(B)27.95º29.8%96.08%-
XYZ67.1766.5348.33-
YUV213.78104.42150.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=39.33%
G=33.07%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520617200.160.300.0427.9578.4981.76
HexF5CEAC0101E41c4e52
Octal36531625402036434116122
Binary111101011100111010101100010000111101001110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEAC; }

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

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

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

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

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

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

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

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