#F9EFCF

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

Shades of China Ivory #F9EFCF

Tints of China Ivory #F9EFCF

Color information

#F9EFCF (or 0xF9EFCF) is unknown color: approx China Ivory. HEX triplet: F9, EF and CF. RGB value is (249,239,207). Sum of RGB (Red+Green+Blue) = 249+239+207=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFCF is #061030. Grayscale: #EEEEEE. Windows color (decimal): -397361 or 13627385. OLE color: 13627385.

HSL color Cylindrical-coordinate representation of color #F9EFCF: hue angle of 45.71º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9EFCF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249239207-
CMYK00.040.170.02
HSL45.71º77.78%89.41%-
HSV(B)45.71º16.87%97.65%-
XYZ81.286.3871.42-
YUV238.34110.31135.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.83%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 207 (81.25% from 255) = 29.78%
R=35.83%
G=34.39%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923920700.040.170.0245.7177.7889.41
HexF9EFCF041122e4e59
Octal3713573170421256116131
Binary1111100111101111110011110100100011010111010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFCF; }

 p { color: rgb(249,239,207); }

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

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

 a { background-color: rgb(249,239,207); }

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

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

 span { border-color: rgb(249,239,207); }

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