#F5CBAE

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

Shades of Apricot #F5CBAE

Tints of Apricot #F5CBAE

Color information

#F5CBAE (or 0xF5CBAE) is unknown color: approx Apricot. HEX triplet: F5, CB and AE. RGB value is (245,203,174). Sum of RGB (Red+Green+Blue) = 245+203+174=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CBAE is #0A3451. Grayscale: #D4D4D4. Windows color (decimal): -668754 or 11455477. OLE color: 11455477.

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

Color convert

RGB245203174-
CMYK00.170.290.04
HSL24.51º78.02%82.16%-
HSV(B)24.51º28.98%96.08%-
XYZ66.6565.1849.11-
YUV212.25106.41151.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=39.39%
G=32.64%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520317400.170.290.0424.5178.0282.16
HexF5CBAE0111D4194e52
Octal36531325602135431116122
Binary111101011100101110101110010001111011001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBAE; }

 p { color: rgb(245,203,174); }

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

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

 a { background-color: rgb(245,203,174); }

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

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

 span { border-color: rgb(245,203,174); }

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