#F7EFD1

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

Shades of China Ivory #F7EFD1

Tints of China Ivory #F7EFD1

Color information

#F7EFD1 (or 0xF7EFD1) is unknown color: approx China Ivory. HEX triplet: F7, EF and D1. RGB value is (247,239,209). Sum of RGB (Red+Green+Blue) = 247+239+209=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EFD1 is #08102E. Grayscale: #EEEEEE. Windows color (decimal): -528431 or 13758455. OLE color: 13758455.

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

Color convert

RGB247239209-
CMYK00.030.150.03
HSL47.37º70.37%89.41%-
HSV(B)47.37º15.38%96.86%-
XYZ80.7386.1172.69-
YUV237.97111.65134.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.54%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 209 (82.03% from 255) = 30.07%
R=35.54%
G=34.39%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723920900.030.150.0347.3770.3789.41
HexF7EFD103F32f4659
Octal3673573210317357106131
Binary11110111111011111101000101111111110111110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFD1; }

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

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

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

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

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

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

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

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