#F9CFAC

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

Shades of Apricot #F9CFAC

Tints of Apricot #F9CFAC

Color information

#F9CFAC (or 0xF9CFAC) is unknown color: approx Apricot. HEX triplet: F9, CF and AC. RGB value is (249,207,172). Sum of RGB (Red+Green+Blue) = 249+207+172=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CFAC is #063053. Grayscale: #D7D7D7. Windows color (decimal): -405588 or 11325433. OLE color: 11325433.

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

Color convert

RGB249207172-
CMYK00.170.310.02
HSL27.27º86.52%82.55%-
HSV(B)27.27º30.92%97.65%-
XYZ68.8367.7448.48-
YUV215.57103.41151.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 172 (67.58% from 255) = 27.39%
R=39.65%
G=32.96%
B=27.39%

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
Decimal24920717200.170.310.0227.2786.5282.55
HexF9CFAC0111F21b5753
Octal37131725402137233127123
Binary11111001110011111010110001000111111101101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFAC; }

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

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

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

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

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

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

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

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