#F5CDAD

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

Shades of Apricot #F5CDAD

Tints of Apricot #F5CDAD

Color information

#F5CDAD (or 0xF5CDAD) is unknown color: approx Apricot. HEX triplet: F5, CD and AD. RGB value is (245,205,173). Sum of RGB (Red+Green+Blue) = 245+205+173=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CDAD is #0A3252. Grayscale: #D5D5D5. Windows color (decimal): -668243 or 11390453. OLE color: 11390453.

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

Color convert

RGB245205173-
CMYK00.160.290.04
HSL26.67º78.26%81.96%-
HSV(B)26.67º29.39%96.08%-
XYZ67.0366.0948.76-
YUV213.31105.25150.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=39.33%
G=32.91%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520517300.160.290.0426.6778.2681.96
HexF5CDAD0101D41b4e52
Octal36531525502035433116122
Binary111101011100110110101101010000111011001101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDAD; }

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

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

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

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

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

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

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

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