#F5CCAE

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

Shades of Apricot #F5CCAE

Tints of Apricot #F5CCAE

Color information

#F5CCAE (or 0xF5CCAE) is unknown color: approx Apricot. HEX triplet: F5, CC and AE. RGB value is (245,204,174). Sum of RGB (Red+Green+Blue) = 245+204+174=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCAE is #0A3351. Grayscale: #D5D5D5. Windows color (decimal): -668498 or 11455733. OLE color: 11455733.

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

Color convert

RGB245204174-
CMYK00.170.290.04
HSL25.35º78.02%82.16%-
HSV(B)25.35º28.98%96.08%-
XYZ66.8965.6549.19-
YUV212.84106.08150.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=39.33%
G=32.74%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520417400.170.290.0425.3578.0282.16
HexF5CCAE0111D4194e52
Octal36531425602135431116122
Binary111101011100110010101110010001111011001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCAE; }

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

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

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

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

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

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

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

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