#F7EFDC

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

Shades of Apricot White #F7EFDC

Tints of Apricot White #F7EFDC

Color information

#F7EFDC (or 0xF7EFDC) is unknown color: approx Apricot White. HEX triplet: F7, EF and DC. RGB value is (247,239,220). Sum of RGB (Red+Green+Blue) = 247+239+220=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EFDC is #081023. Grayscale: #EFEFEF. Windows color (decimal): -528420 or 14479351. OLE color: 14479351.

HSL color Cylindrical-coordinate representation of color #F7EFDC: hue angle of 42.22º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7EFDC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247239220-
CMYK00.030.110.03
HSL42.22º62.79%91.57%-
HSV(B)42.22º10.93%96.86%-
XYZ82.1486.6780.11-
YUV239.23117.15133.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.99%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 220 (86.33% from 255) = 31.16%
R=34.99%
G=33.85%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723922000.030.110.0342.2262.7991.57
HexF7EFDC03B32a3f5c
Octal367357334031335277134
Binary1111011111101111110111000111011111010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFDC; }

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

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

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

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

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

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

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

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