#FAF6E7

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

Shades of Romance #FAF6E7

Tints of Romance #FAF6E7

Color information

#FAF6E7 (or 0xFAF6E7) is unknown color: approx Romance. HEX triplet: FA, F6 and E7. RGB value is (250,246,231). Sum of RGB (Red+Green+Blue) = 250+246+231=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 231 (90.62% from 255 or 31.77% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6E7 is #050918. Grayscale: #F5F5F5. Windows color (decimal): -330009 or 15202042. OLE color: 15202042.

HSL color Cylindrical-coordinate representation of color #FAF6E7: hue angle of 47.37º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF6E7 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250246231-
CMYK00.020.080.02
HSL47.37º65.52%94.31%-
HSV(B)47.37º7.6%98.04%-
XYZ86.892.0188.78-
YUV245.49119.83131.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 246 (96.48% from 255) = 33.84%
BLUE value IS 231 (90.62% from 255) = 31.77%
R=34.39%
G=33.84%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024623100.020.080.0247.3765.5294.31
HexFAF6E702822f425e
Octal3723663470210257102136
Binary11111010111101101110011101010001010111110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6E7; }

 p { color: rgb(250,246,231); }

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

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

 a { background-color: rgb(250,246,231); }

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

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

 span { border-color: rgb(250,246,231); }

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