#FAF6E9

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

Shades of Romance #FAF6E9

Tints of Romance #FAF6E9

Color information

#FAF6E9 (or 0xFAF6E9) is unknown color: approx Romance. HEX triplet: FA, F6 and E9. RGB value is (250,246,233). Sum of RGB (Red+Green+Blue) = 250+246+233=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 246 (96.48% from 255 or 33.74% from 729); Blue value is 233 (91.41% from 255 or 31.96% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6E9 is #050916. Grayscale: #F5F5F5. Windows color (decimal): -330007 or 15333114. OLE color: 15333114.

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

Color convert

RGB250246233-
CMYK00.020.070.02
HSL45.88º62.96%94.71%-
HSV(B)45.88º6.8%98.04%-
XYZ87.0992.1290.28-
YUV245.71120.83131.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 246 (96.48% from 255) = 33.74%
BLUE value IS 233 (91.41% from 255) = 31.96%
R=34.29%
G=33.74%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024623300.020.070.0245.8862.9694.71
HexFAF6E902722e3f5f
Octal37236635102725677137
Binary111110101111011011101001010111101011101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6E9; }

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

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

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

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

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

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

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

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