#F7CCAE

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

Shades of Apricot #F7CCAE

Tints of Apricot #F7CCAE

Color information

#F7CCAE (or 0xF7CCAE) is unknown color: approx Apricot. HEX triplet: F7, CC and AE. RGB value is (247,204,174). Sum of RGB (Red+Green+Blue) = 247+204+174=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CCAE is #083351. Grayscale: #D5D5D5. Windows color (decimal): -537426 or 11455735. OLE color: 11455735.

HSL color Cylindrical-coordinate representation of color #F7CCAE: hue angle of 24.66º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7CCAE is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247204174-
CMYK00.170.300.03
HSL24.66º82.02%82.55%-
HSV(B)24.66º29.55%96.86%-
XYZ67.5966.0249.22-
YUV213.44105.75151.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.52%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=39.52%
G=32.64%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720417400.170.300.0324.6682.0282.55
HexF7CCAE0111E3195253
Octal36731425602136331122123
Binary11110111110011001010111001000111110111100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCAE; }

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

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

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

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

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

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

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

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