#F7CEAF

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

Shades of Apricot #F7CEAF

Tints of Apricot #F7CEAF

Color information

#F7CEAF (or 0xF7CEAF) is unknown color: approx Apricot. HEX triplet: F7, CE and AF. RGB value is (247,206,175). Sum of RGB (Red+Green+Blue) = 247+206+175=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CEAF is #083150. Grayscale: #D6D6D6. Windows color (decimal): -536913 or 11521783. OLE color: 11521783.

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

Color convert

RGB247206175-
CMYK00.170.290.03
HSL25.83º81.82%82.75%-
HSV(B)25.83º29.15%96.86%-
XYZ68.1767.0149.9-
YUV214.72105.58151.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.33%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=39.33%
G=32.80%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720617500.170.290.0325.8381.8282.75
HexF7CEAF0111D31a5253
Octal36731625702135332122123
Binary11110111110011101010111101000111101111101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CEAF; }

 p { color: rgb(247,206,175); }

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

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

 a { background-color: rgb(247,206,175); }

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

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

 span { border-color: rgb(247,206,175); }

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