#F6EFDA

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

Shades of Apricot White #F6EFDA

Tints of Apricot White #F6EFDA

Color information

#F6EFDA (or 0xF6EFDA) is unknown color: approx Apricot White. HEX triplet: F6, EF and DA. RGB value is (246,239,218). Sum of RGB (Red+Green+Blue) = 246+239+218=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFDA is #091025. Grayscale: #EEEEEE. Windows color (decimal): -593958 or 14348278. OLE color: 14348278.

HSL color Cylindrical-coordinate representation of color #F6EFDA: hue angle of 45º degrees, saturation: 0.61, 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 #F6EFDA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246239218-
CMYK00.030.110.04
HSL45º60.87%90.98%-
HSV(B)45º11.38%96.47%-
XYZ81.5386.3978.71-
YUV238.7116.32133.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.99%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 218 (85.55% from 255) = 31.01%
R=34.99%
G=34.00%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623921800.030.110.044560.8790.98
HexF6EFDA03B42d3d5b
Octal366357332031345575133
Binary11110110111011111101101001110111001011011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFDA; }

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

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

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

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

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

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

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

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