#F9CEAC

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

Shades of Apricot #F9CEAC

Tints of Apricot #F9CEAC

Color information

#F9CEAC (or 0xF9CEAC) is unknown color: approx Apricot. HEX triplet: F9, CE and AC. RGB value is (249,206,172). Sum of RGB (Red+Green+Blue) = 249+206+172=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CEAC is #063153. Grayscale: #D7D7D7. Windows color (decimal): -405844 or 11325177. OLE color: 11325177.

HSL color Cylindrical-coordinate representation of color #F9CEAC: hue angle of 26.49º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9CEAC is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249206172-
CMYK00.170.310.02
HSL26.49º86.52%82.55%-
HSV(B)26.49º30.92%97.65%-
XYZ68.5867.2648.4-
YUV214.98103.75152.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 172 (67.58% from 255) = 27.43%
R=39.71%
G=32.85%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920617200.170.310.0226.4986.5282.55
HexF9CEAC0111F21a5753
Octal37131625402137232127123
Binary11111001110011101010110001000111111101101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CEAC; }

 p { color: rgb(249,206,172); }

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

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

 a { background-color: rgb(249,206,172); }

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

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

 span { border-color: rgb(249,206,172); }

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