#F6EFDC

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

Shades of Apricot White #F6EFDC

Tints of Apricot White #F6EFDC

Color information

#F6EFDC (or 0xF6EFDC) is unknown color: approx Apricot White. HEX triplet: F6, EF and DC. RGB value is (246,239,220). Sum of RGB (Red+Green+Blue) = 246+239+220=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFDC is #091023. Grayscale: #EFEFEF. Windows color (decimal): -593956 or 14479350. OLE color: 14479350.

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

Color convert

RGB246239220-
CMYK00.030.110.04
HSL43.85º59.09%91.37%-
HSV(B)43.85º10.57%96.47%-
XYZ81.7986.4980.09-
YUV238.93117.32133.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.89%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 220 (86.33% from 255) = 31.21%
R=34.89%
G=33.90%
B=31.21%

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
Decimal24623922000.030.110.0443.8559.0991.37
HexF6EFDC03B42c3b5b
Octal366357334031345473133
Binary11110110111011111101110001110111001011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFDC; }

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

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

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

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

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

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

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

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