#F5CFAE

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

Shades of Apricot #F5CFAE

Tints of Apricot #F5CFAE

Color information

#F5CFAE (or 0xF5CFAE) is unknown color: approx Apricot. HEX triplet: F5, CF and AE. RGB value is (245,207,174). Sum of RGB (Red+Green+Blue) = 245+207+174=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CFAE is #0A3051. Grayscale: #D6D6D6. Windows color (decimal): -667730 or 11456501. OLE color: 11456501.

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

Color convert

RGB245207174-
CMYK00.160.290.04
HSL27.89º78.02%82.16%-
HSV(B)27.89º28.98%96.08%-
XYZ67.6167.0949.43-
YUV214.6105.09149.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.14%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=39.14%
G=33.07%
B=27.80%

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
Decimal24520717400.160.290.0427.8978.0282.16
HexF5CFAE0101D41c4e52
Octal36531725602035434116122
Binary111101011100111110101110010000111011001110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFAE; }

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

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

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

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

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

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

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

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