#F7CDAE

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

Shades of Apricot #F7CDAE

Tints of Apricot #F7CDAE

Color information

#F7CDAE (or 0xF7CDAE) is unknown color: approx Apricot. HEX triplet: F7, CD and AE. RGB value is (247,205,174). Sum of RGB (Red+Green+Blue) = 247+205+174=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CDAE is #083251. Grayscale: #D6D6D6. Windows color (decimal): -537170 or 11455991. OLE color: 11455991.

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

Color convert

RGB247205174-
CMYK00.170.300.03
HSL25.48º82.02%82.55%-
HSV(B)25.48º29.55%96.86%-
XYZ67.8366.4949.3-
YUV214.02105.41151.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=39.46%
G=32.75%
B=27.80%

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
Decimal24720517400.170.300.0325.4882.0282.55
HexF7CDAE0111E3195253
Octal36731525602136331122123
Binary11110111110011011010111001000111110111100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDAE; }

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

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

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

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

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

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

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

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