#F5CEAE

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

Shades of Apricot #F5CEAE

Tints of Apricot #F5CEAE

Color information

#F5CEAE (or 0xF5CEAE) is unknown color: approx Apricot. HEX triplet: F5, CE and AE. RGB value is (245,206,174). Sum of RGB (Red+Green+Blue) = 245+206+174=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CEAE is #0A3151. Grayscale: #D6D6D6. Windows color (decimal): -667986 or 11456245. OLE color: 11456245.

HSL color Cylindrical-coordinate representation of color #F5CEAE: hue angle of 27.04º 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 #F5CEAE is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245206174-
CMYK00.160.290.04
HSL27.04º78.02%82.16%-
HSV(B)27.04º28.98%96.08%-
XYZ67.3766.6149.35-
YUV214.01105.42150.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=39.2%
G=32.96%
B=27.84%

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
Decimal24520617400.160.290.0427.0478.0282.16
HexF5CEAE0101D41b4e52
Octal36531625602035433116122
Binary111101011100111010101110010000111011001101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEAE; }

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

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

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

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

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

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

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

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