#F5CAAF

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

Shades of Apricot #F5CAAF

Tints of Apricot #F5CAAF

Color information

#F5CAAF (or 0xF5CAAF) is unknown color: approx Apricot. HEX triplet: F5, CA and AF. RGB value is (245,202,175). Sum of RGB (Red+Green+Blue) = 245+202+175=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CAAF is #0A3550. Grayscale: #D3D3D3. Windows color (decimal): -669009 or 11520757. OLE color: 11520757.

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

Color convert

RGB245202175-
CMYK00.180.290.04
HSL23.14º77.78%82.35%-
HSV(B)23.14º28.57%96.08%-
XYZ66.5164.7549.55-
YUV211.78107.25151.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=39.39%
G=32.48%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520217500.180.290.0423.1477.7882.35
HexF5CAAF0121D4174e52
Octal36531225702235427116122
Binary111101011100101010101111010010111011001011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAAF; }

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

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

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

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

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

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

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

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