#F5CEB4

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

Shades of Apricot #F5CEB4

Tints of Apricot #F5CEB4

Color information

#F5CEB4 (or 0xF5CEB4) is unknown color: approx Apricot. HEX triplet: F5, CE and B4. RGB value is (245,206,180). Sum of RGB (Red+Green+Blue) = 245+206+180=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEB4 is #0A314B. Grayscale: #D6D6D6. Windows color (decimal): -667980 or 11849461. OLE color: 11849461.

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

Color convert

RGB245206180-
CMYK00.160.270.04
HSL24º76.47%83.33%-
HSV(B)24º26.53%96.08%-
XYZ67.9766.8552.5-
YUV214.7108.42149.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 180 (70.70% from 255) = 28.53%
R=38.83%
G=32.65%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520618000.160.270.042476.4783.33
HexF5CEB40101B4184c53
Octal36531626402033430114123
Binary111101011100111010110100010000110111001100010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEB4; }

 p { color: rgb(245,206,180); }

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

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

 a { background-color: rgb(245,206,180); }

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

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

 span { border-color: rgb(245,206,180); }

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