#F7F7F2

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

Shades of Ivory #F7F7F2

Tints of Ivory #F7F7F2

Color information

#F7F7F2 (or 0xF7F7F2) is unknown color: approx Ivory. HEX triplet: F7, F7 and F2. RGB value is (247,247,242). Sum of RGB (Red+Green+Blue) = 247+247+242=736 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.56% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 242 (94.92% from 255 or 32.88% from 736); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F7F2 is #08080D. Grayscale: #F6F6F6. Windows color (decimal): -526350 or 15923191. OLE color: 15923191.

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

Color convert

RGB247247242-
CMYK000.020.03
HSL60º23.81%95.88%-
HSV(B)60º2.02%96.86%-
XYZ87.6592.7197.28-
YUV246.43125.5128.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.56%
GREEN value IS 247 (96.88% from 255) = 33.56%
BLUE value IS 242 (94.92% from 255) = 32.88%
R=33.56%
G=33.56%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247247242000.020.036023.8195.88
HexF7F7F200233c1860
Octal36736736200237430140
Binary111101111111011111110010001011111100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F7F2; }

 p { color: rgb(247,247,242); }

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

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

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

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

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

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

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