#F5EFDA

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

Shades of Apricot White #F5EFDA

Tints of Apricot White #F5EFDA

Color information

#F5EFDA (or 0xF5EFDA) is unknown color: approx Apricot White. HEX triplet: F5, EF and DA. RGB value is (245,239,218). Sum of RGB (Red+Green+Blue) = 245+239+218=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFDA is #0A1025. Grayscale: #EEEEEE. Windows color (decimal): -659494 or 14348277. OLE color: 14348277.

HSL color Cylindrical-coordinate representation of color #F5EFDA: hue angle of 46.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5EFDA is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245239218-
CMYK00.020.110.04
HSL46.67º57.45%90.78%-
HSV(B)46.67º11.02%96.08%-
XYZ81.1886.2178.69-
YUV238.4116.49132.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.90%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 218 (85.55% from 255) = 31.05%
R=34.90%
G=34.05%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523921800.020.110.0446.6757.4590.78
HexF5EFDA02B42f395b
Octal365357332021345771133
Binary11110101111011111101101001010111001011111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFDA; }

 p { color: rgb(245,239,218); }

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

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

 a { background-color: rgb(245,239,218); }

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

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

 span { border-color: rgb(245,239,218); }

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