#F9CCAC

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

Shades of Apricot #F9CCAC

Tints of Apricot #F9CCAC

Color information

#F9CCAC (or 0xF9CCAC) is unknown color: approx Apricot. HEX triplet: F9, CC and AC. RGB value is (249,204,172). Sum of RGB (Red+Green+Blue) = 249+204+172=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCAC is #063353. Grayscale: #D5D5D5. Windows color (decimal): -406356 or 11324665. OLE color: 11324665.

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

Color convert

RGB249204172-
CMYK00.180.310.02
HSL24.94º86.52%82.55%-
HSV(B)24.94º30.92%97.65%-
XYZ68.1166.348.24-
YUV213.81104.41153.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.84%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=39.84%
G=32.64%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920417200.180.310.0224.9486.5282.55
HexF9CCAC0121F2195753
Octal37131425402237231127123
Binary11111001110011001010110001001011111101100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCAC; }

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

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

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

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

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

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

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

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