#F5CDAC

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

Shades of Apricot #F5CDAC

Tints of Apricot #F5CDAC

Color information

#F5CDAC (or 0xF5CDAC) is unknown color: approx Apricot. HEX triplet: F5, CD and AC. RGB value is (245,205,172). Sum of RGB (Red+Green+Blue) = 245+205+172=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CDAC is #0A3253. Grayscale: #D5D5D5. Windows color (decimal): -668244 or 11324917. OLE color: 11324917.

HSL color Cylindrical-coordinate representation of color #F5CDAC: hue angle of 27.12º 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 #F5CDAC is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245205172-
CMYK00.160.300.04
HSL27.12º78.49%81.76%-
HSV(B)27.12º29.8%96.08%-
XYZ66.9366.0548.25-
YUV213.2104.75150.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=39.39%
G=32.96%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520517200.160.300.0427.1278.4981.76
HexF5CDAC0101E41b4e52
Octal36531525402036433116122
Binary111101011100110110101100010000111101001101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDAC; }

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

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

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

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

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

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

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

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