#F5CCAC

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

Shades of Apricot #F5CCAC

Tints of Apricot #F5CCAC

Color information

#F5CCAC (or 0xF5CCAC) is unknown color: approx Apricot. HEX triplet: F5, CC and AC. RGB value is (245,204,172). Sum of RGB (Red+Green+Blue) = 245+204+172=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCAC is #0A3353. Grayscale: #D4D4D4. Windows color (decimal): -668500 or 11324661. OLE color: 11324661.

HSL color Cylindrical-coordinate representation of color #F5CCAC: hue angle of 26.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5CCAC is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245204172-
CMYK00.170.300.04
HSL26.3º78.49%81.76%-
HSV(B)26.3º29.8%96.08%-
XYZ66.765.5848.17-
YUV212.61105.08151.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=39.45%
G=32.85%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520417200.170.300.0426.378.4981.76
HexF5CCAC0111E41a4e52
Octal36531425402136432116122
Binary111101011100110010101100010001111101001101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCAC; }

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

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

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

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

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

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

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

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