#F5CDAF

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

Shades of Apricot #F5CDAF

Tints of Apricot #F5CDAF

Color information

#F5CDAF (or 0xF5CDAF) is unknown color: approx Apricot. HEX triplet: F5, CD and AF. RGB value is (245,205,175). Sum of RGB (Red+Green+Blue) = 245+205+175=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CDAF is #0A3250. Grayscale: #D5D5D5. Windows color (decimal): -668241 or 11521525. OLE color: 11521525.

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

Color convert

RGB245205175-
CMYK00.160.290.04
HSL25.71º77.78%82.35%-
HSV(B)25.71º28.57%96.08%-
XYZ67.2366.1749.79-
YUV213.54106.25150.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 175 (68.75% from 255) = 28%
R=39.2%
G=32.8%
B=28%

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
Decimal24520517500.160.290.0425.7177.7882.35
HexF5CDAF0101D41a4e52
Octal36531525702035432116122
Binary111101011100110110101111010000111011001101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDAF; }

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

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

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

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

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

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

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

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